-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Converted issue templates to use Forms #4413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Arlodotexe
merged 13 commits into
CommunityToolkit:main
from
Arlodotexe:Arlodotexe/issue4177
Dec 15, 2021
Merged
Changes from 10 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e24031d
Update bug report templates to use Issue Form
Arlodotexe fe17bd4
Cleanup & fixed syntax errors
Arlodotexe 91a55eb
Updated question template to use forms
Arlodotexe 80ab137
Replaced documentation / win32 templates with links
Arlodotexe 35740fe
Tweaked discussion link semantics
Arlodotexe 6d0ec2a
Converted feature request template to forms
Arlodotexe ce2acec
Add checkbox for sample app repro
Arlodotexe a4c4230
Updated Windows Build and SDK versions
Arlodotexe 43e13a2
Added contribution dropdown
Arlodotexe 812baff
Add contribution dropdown
Arlodotexe ff7be60
Expanded size of text area for repro steps
Arlodotexe 3dc87d8
Made description / contribution section required #4177
Arlodotexe a0b069e
Moved question to discussion link
Arlodotexe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,144 @@ | ||
| name: Bug report | ||
| description: Create a report to help us fix something that isn't working as expected | ||
| labels: "bug :bug:" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Before you begin | ||
| 🚨 **Please do not skip instructions**🚨 | ||
|
|
||
| This info is essential for investigating your bug report. Issues with missing information may be closed without investigation. | ||
|
|
||
| If you're uncertain about the problem, find or start a [Questions & Help](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/questions-help) discussion, where you can get insight from the community regarding your issue. | ||
|
|
||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Describe the bug | ||
| description: A clear and concise description of what the bug is. | ||
| - type: input | ||
| id: last-working-toolkit-version | ||
| attributes: | ||
| label: Regression | ||
| description: If this is a regression, what toolkit version did you last see it work? | ||
| placeholder: | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: reproducable-in-sample-app | ||
| attributes: | ||
| label: Reproducible in sample app? | ||
| description: Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.) | ||
| options: | ||
| - label: This bug can be reproduced in the sample app. | ||
| required: false | ||
| - type: textarea | ||
Arlodotexe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| id: repro-steps | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: Provide steps to reproduce the issue, or let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...) | ||
| placeholder: | | ||
| A repro from the sample app expidites the process of discovering, resolving, and validating bug fixes. | ||
| Provide code-snippets or XAML snippets as appropriate. | ||
|
|
||
| Example repro steps: | ||
| 1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...) | ||
| 2. Go to '...' | ||
| 3. Click on '....' | ||
| 4. Scroll down to '....' | ||
| 5. See error | ||
| - type: textarea | ||
| id: expected-behavior | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Expected behavior | ||
| description: A clear and concise description of what you expected to happen. | ||
| - type: textarea | ||
| id: screenshots | ||
| attributes: | ||
| label: Screenshots | ||
| description: If applicable, add screenshots to help explain your problem. | ||
| - type: checkboxes | ||
| id: environment-windows-build | ||
| attributes: | ||
| label: Windows Build Number | ||
| description: Check one or more of the following options | ||
| options: | ||
| - label: Windows 10 1809 (Build 17763) | ||
| - label: Windows 10 1903 (Build 18362) | ||
| - label: Windows 10 1909 (Build 18363) | ||
| - label: Windows 10 2004 (Build 19041) | ||
| - label: Windows 10 20H2 (Build 19042) | ||
| - label: Windows 10 21H1 (Build 19043) | ||
| - label: Windows 11 21H2 (Build 22000) | ||
| - label: Other (specify) | ||
| - type: input | ||
| id: environment-windows-build-other-build-number | ||
| attributes: | ||
| label: Other Windows Build number | ||
| description: If applicable, another Windows build number not listed (such as an Insider build) | ||
| - type: checkboxes | ||
| id: environment-app-min-target-version | ||
| attributes: | ||
| label: App minimum and target SDK version | ||
| description: Check one or more of the following options | ||
| options: | ||
| - label: Windows 10, version 1809 (Build 17763) | ||
| - label: Windows 10, version 1903 (Build 18362) | ||
| - label: Windows 10, version 1909 (Build 18363) | ||
| - label: Windows 10, version 2004 (Build 19041) | ||
| - label: Other (specify) | ||
| - type: input | ||
| id: environment-app-min-target-other-build-number | ||
| attributes: | ||
| label: Other SDK version | ||
| description: If applicable, another SDK version not listed (such as an Insider SDK) | ||
| - type: dropdown | ||
| id: visual-studio-version | ||
| attributes: | ||
| multiple: true | ||
| label: Visual Studio Version | ||
| description: Check one or more of the following options | ||
| options: | ||
| - 2017 | ||
| - 2019 | ||
| - 2022 | ||
| - type: input | ||
| id: visual-studio-exact-build | ||
| attributes: | ||
| label: Visual Studio Build Number | ||
| description: What's the exact build number? (Found in Visual Studio under Help -> About Microsoft Visual Studio) | ||
| - type: dropdown | ||
| id: form-factor | ||
| attributes: | ||
| multiple: true | ||
| label: Device form factor | ||
| description: Check one or more of the following options | ||
| options: | ||
| - Desktop | ||
| - Xbox | ||
| - Surface Hub | ||
| - IoT | ||
| - type: textarea | ||
| id: nuget-packages | ||
| attributes: | ||
| label: Nuget packages | ||
| description: Which NuGet packages have you used? Include the version number. | ||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context about the problem here. | ||
| - type: dropdown | ||
Arlodotexe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| id: contribution | ||
| attributes: | ||
| label: Help us help you | ||
| description: Would you like to contribute a solution to this issue? | ||
| options: | ||
| - Yes, I'd like to be assigned to work on this item. | ||
| - Yes, but only if others can assist. | ||
| - No. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| blank_issues_enabled: true | ||
| contact_links: | ||
| - name: Documentation | ||
| url: https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/issues/new | ||
| about: I have a documentation suggestion or question | ||
| - name: Win32 Controls | ||
| url: https://github.com/CommunityToolkit/Microsoft.Toolkit.Win32/issues/new | ||
| about: I have an issue with a Toolkit WPF or WinForms control |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| name: Feature request | ||
| description: Create a report to help us fix something that isn't working as expected | ||
| title: "[Feature]" | ||
| labels: "feature request :mailbox_with_mail:" | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| ## Before you begin | ||
| 🚨 **Please do not skip instructions**🚨 | ||
|
|
||
| This info is essential to help us understand your feature request. | ||
|
|
||
| If you're uncertain about the feature, find or start an [Ideas](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/ideas) discussion, where you can get insight from the community regarding your issue. | ||
|
|
||
| - type: textarea | ||
| id: problem-description | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Describe the problem | ||
| description: Describe the problem this feature would solve. | ||
| placeholder: | | ||
| A clear and concise description of what the problem is, starting with the user story. | ||
|
|
||
| Describe or link to any existing issues or discussions. | ||
|
|
||
| Provide examples of the restrictions in the current environment that hinders the work your users or you want to perform. What are the ways this new feature will help transform and deliver those results | ||
|
|
||
| For example, I am currently using the InfiniteCanvas control which lacks the TabbedCommandBar control feature. I am looking to improve user experience therefore i would like to use that in my project to provide ease of accessibility and a user-friendly interface. This new feature will provide quick access to the toolbar, enhance space utilization, etc [...] | ||
|
|
||
| - type: textarea | ||
| id: solution-description | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Describe the solution | ||
| description: Describe the solution to the problem. | ||
| placeholder: | | ||
| A clear and concise description of what you want to happen. Define how do you think it will help the community and the value it adds to the toolkit. | ||
|
|
||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Alternatives | ||
| description: Describe alternatives you've considered | ||
| placeholder: | | ||
| A clear and concise description of any alternative solutions or features you've considered. | ||
|
|
||
| - type: textarea | ||
| id: additional-info | ||
| attributes: | ||
| label: Additional info | ||
| description: Add any other context or screenshots about the feature request here. | ||
Arlodotexe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
|
|
||
| - type: dropdown | ||
| id: contribution | ||
| attributes: | ||
| label: Help us help you | ||
| description: Would you like to contribute a solution to this issue? | ||
| options: | ||
| - Yes, I'd like to be assigned to work on this item. | ||
| - Yes, but only if others can assist. | ||
| - No. | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.