Add page not found issue template

This commit is contained in:
Rob Mensching 2022-10-25 16:01:41 -07:00
Родитель 814cf3a2c9
Коммит a08cfd0cbd
2 изменённых файлов: 25 добавлений и 58 удалений

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

@ -0,0 +1,21 @@
name: Page Not Found
description: Report a page not found error at https://wixtoolset.org/
title: "Page Not Found: "
labels: [ "triage" ]
body:
- type: input
id: page
attributes:
label: WiX Toolset Page URL
placeholder: 'https://wixtoolset.org/...'
validations:
required: true
- type: input
id: ref
attributes:
label: Page URL that linked to WiX Toolset
placeholder: 'https://example.com/read-about-wix.html'
- type: textarea
id: additional-info
attributes:
label: 'Additional information (optional)'

Просмотреть файл

@ -1,61 +1,7 @@
Please provide answers to the following questions to help us narrow down, reproduce, and fix the problem. Fill out one section and delete the others.
Use https://github.com/wixtoolset/issues/issues/new/choose to open an issue.
If you do not use the above link to open your issue and fill out the template, your issue will be closed without review.
## Triage
Do not continue.
Issues are triaged at [online meetings](https://www.firegiant.com/blog/), generally held alternate Thursdays at 9:30 a.m. Pacific time (UTC-7/UTC-8). Meeting requests are sent to the [wix-devs](http://wixtoolset.org/documentation/mailinglist/#wix-devs) and wix-users mailing lists, as well as in Discussions.
## Discussions and support
Note that discussions are best held on the mailing lists not in issues. Please do not open issues requesting support or debugging help; first start a thread on the [wix-users](http://wixtoolset.org/documentation/mailinglist/#wix-users) mailing list and open an issue if the discussion suggests a bug in the WiX Toolset or that a feature request is appropriate. You can also try out the beta [Discussions](https://github.com/wixtoolset/issues/discussions?discussions_q=category%3AQuestions) feature.
## 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.)
## 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.)
Go to https://github.com/wixtoolset/issues/issues/new/choose