This commit is contained in:
Rob Mensching 2023-12-07 00:14:50 -08:00
Родитель f1dcbb0d6a
Коммит 1caf0fd3df
7 изменённых файлов: 131 добавлений и 104 удалений

53
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -1,53 +0,0 @@
---
name: Bug report
about: Please provide answers to the following questions to help us narrow down, reproduce,
and fix the problem. Issues not following the instructions may be deleted.
title: ''
labels: triage
assignees: ''
---
## Triage
Issues are triaged at [online meetings](https://www.firegiant.com/blog/), generally held alternate Tuesdays at 9:30 a.m. Pacific time (UTC-7/UTC-8). Meeting requests are posted in [Discussions](https://github.com/orgs/wixtoolset/discussions/categories/announcements).
## Discussions and support
Note that discussions are best held in [Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions). Please do not open issues requesting support or debugging help; first start a thread in [Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions) and open an issue if the discussion suggests a bug in the WiX Toolset or that a feature request is appropriate.
## Instructions
Read the sections above. Delete the Triage, Discussions and support, and Instructions sections and fill out the rest.
## Bugs
If this issue is a bug:
* Which version of WiX are you building with?
> (WiX version in major.minor.release.build format)
* Which version of Visual Studio are you building with (if any)?
> (Visual Studio version, including year and update)
* Which version of the WiX Toolset Visual Studio Extension are you building with (if any)?
> (WiX Toolset Visual Studio Extension version in major.minor.release.build format)
* Which version of .NET are you building with?
> (.NET version)
* If the problem occurs when installing your packages built with WiX, what is the version of Windows the package is running on?
> (Windows version)
* Describe the problem and the steps to reproduce it.
> (Be as specific as you can and err on the side of providing too much information, including code, error messages, command lines you used to invoke the build, and so forth.)
* Describe the behavior you expected and how it differed from the actual behavior.
> (Be as specific as you can and err on the side of providing too much information.)

85
.github/ISSUE_TEMPLATE/bug_report.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,85 @@
name: 🐞 Bug Report
description: Found a problem while using WiX?
labels: [ "triage" ]
body:
- type: markdown
attributes:
value: |
## FireGiant Support Customer?
If you are a [FireGiant Support Customer](https://www.firegiant.com/services/support-programs/) you can [submit bugs privately](https://support.firegiant.com/requests/new)
---
- type: input
id: wixversion
attributes:
label: WiX Version
placeholder: '4.0.3'
validations:
required: true
- type: input
id: buildversion
attributes:
label: .NET or MSBuild or Visual Studio Version
description: Run "dotnet --version" or "msbuild --version" or click the Visual Studio "Help" menu, choose "About Visual Studio" and look for "Current Version".
placeholder: '.NET 8.0.100 -or- MSBuild version 17.8.3+195e7f5a3 for .NET Framework'
validations:
required: true
- type: input
id: hwversion
attributes:
label: HeatWave Version
description: If building in Visual Studio, click the Visual Studio "Help" menu, choose "About Visual Studio" and find "FireGiant HeatWave" in the Installed products list.
placeholder: '1.0.2.1'
validations:
required: true
- type: input
id: winversion
attributes:
label: Windows Version
description: To find the Windows Version, run winver.exe.
placeholder: 'Win11 23H2'
validations:
required: true
- type: input
id: repo
attributes:
label: Repro Repo
description: Create a public GitHub repo with the minimal set of code (.wixproj/.wxs/.wxl) required to reproduce the problem.
placeholder: 'https://github.com/<userid>/<repo>'
- type: textarea
id: repro
attributes:
label: Repro Steps
description: Provide the steps necessary to reproduce the issue.
value: |
1.
2.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Result
description: What did you see that was unexpected?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Result
description: What did you expect to see?
- type: markdown
attributes:
value: |
If you struggle to provide the information above, start by [asking a question](https://github.com/orgs/wixtoolset/discussions/new?category=questions) instead.

7
.github/ISSUE_TEMPLATE/config.yml поставляемый
Просмотреть файл

@ -1 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 🗨 Discussions
about: Ask and answer questions from the volunteer community.
url: https://github.com/orgs/wixtoolset/discussions/new?category=questions
- name: 💵 Commercial Support
about: Get guaranteed answers and bug fixes with a support contract from FireGiant.
url: https://www.firegiant.com/services/support-programs/?utm_source=github.com&utm_medium=Display&utm_campaign=wix_issues&utm_term=commercial+support&utm_content=new_issue

37
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -1,37 +0,0 @@
---
name: Feature request
about: Please provide answers to the following questions to help us understand the
new feature. Issues not following the instructions may be deleted.
title: ''
labels: triage
assignees: ''
---
## Triage
Issues are triaged at [online meetings](https://www.firegiant.com/blog/), generally held alternate Tuesdays at 9:30 a.m. Pacific time (UTC-7/UTC-8). Meeting requests are posted in [Discussions](https://github.com/orgs/wixtoolset/discussions/categories/announcements).
## Discussions and support
Note that discussions are best held in [Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions). Please do not open issues requesting support or debugging help; first start a thread in [Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions) and open an issue if the discussion suggests a bug in the WiX Toolset or that a feature request is appropriate.
## Instructions
Read the sections above. Delete the Triage, Discussions and support, and Instructions sections and fill out the rest.
## Feature requests
If this issue is a feature request:
* Describe the scenario and benefits that the feature supports.
> (Provide lots of specific detail so we understand the context around the feature.)
* Describe how you're accomplishing the feature today (if possible).
> (Be as specific as you can and err on the side of providing too much information.)
* Describe what you'd like the new feature to do.
> (There's no need to design it but suggestions are appreciated.)

38
.github/ISSUE_TEMPLATE/feature_request.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,38 @@
name: ⚒️ Feature Request
description: Create a WiX Improvement Proposal to describe the feature request.
labels: [ "triage", "wip" ]
body:
- type: textarea
id: story
attributes:
label: User story
description: |
Start with user stories. Follow the standard user story format "As a role, I can accomplish task with proposal or benefit from proposal.". Feel free to add more than one user story.
There are a couple of standard roles in WiX that you can use to start each story:
* As a WiX developer, ... - someone like you that works on the WiX Toolset itself to improve it.
* As a setup developer, ... - a user of the WiX Toolset that builds installation packages.
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: |
The Proposal section of the WIP is a fairly freeform description of the feature or process improvement. Provide the motivation for the proposal. Describe how the proposal works. List examples, particularly source code, that demonstrates how the improvement will be used. The bulk of the WIP goes here.
validations:
required: true
- type: textarea
id: considerations
attributes:
label: Considerations
description: |
Capture any issues that come to mind, or are raised later in the comments in this Considerations section. As appropriate, explain the trade offs of the proposed design and why a particular decision was made. This section may provide the most value for developers and users that follow later so do not be afraid to list everything that comes to mind. Rare is it that a proposal doesn't have some negatives to consider.
- type: markdown
attributes:
value: |
If you struggle to provide the information above, start by [asking a question](https://github.com/orgs/wixtoolset/discussions/new?category=questions) instead.

2
.github/ISSUE_TEMPLATE/page_not_found.yml поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
name: Page Not Found
name: ⚠️ Page Not Found
description: Report a page not found error at https://wixtoolset.org/
title: "Page Not Found: "
labels: [ "triage" ]

13
.github/ISSUE_TEMPLATE/x_development_issue.md поставляемый
Просмотреть файл

@ -1,13 +0,0 @@
---
name: Development Issue
about: "(FOR WIX DEVS ONLY) Bug encountered while developing the WiX Toolset. NOT
for general use."
title: ''
labels: triage
assignees: ''
---
**Encountered at:** wixtoolset/repo@sha
**Detail:**