diff --git a/.github/ISSUE_TEMPLATE/page_not_found.yml b/.github/ISSUE_TEMPLATE/page_not_found.yml new file mode 100644 index 0000000..7230516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/page_not_found.yml @@ -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)' diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 85cad6b..1773774 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -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 \ No newline at end of file