-
Notifications
You must be signed in to change notification settings - Fork 146
Added issue templates and links #223
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
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
68498df
Added issue templates and links
Arlodotexe 17d1d3d
Update .github/workflows/ISSUE_TEMPLATE/config.yml
Arlodotexe 0e9211f
Update .github/workflows/ISSUE_TEMPLATE/config.yml
Arlodotexe bdebed6
Update .github/workflows/ISSUE_TEMPLATE/config.yml
Arlodotexe 2f3cd5b
Organize, add Maui, Uno and Wasdk links
Arlodotexe 8eb82de
Add missing SDKs and Windows Build Numbers
Arlodotexe 87d3509
Update Uno/Wasdk about
Arlodotexe b5e2a2c
Add PR template
Arlodotexe 9f5e80e
Moved WindowsAppSDK
Arlodotexe 3e1713c
Clarified ticket req and feature migration
Arlodotexe 4a9f23b
Updated repro guidance
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 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,146 @@ | ||
| name: Bug report | ||
| description: Create a report to help us fix something within the Windows Community Toolkit. | ||
| 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 a problem, find or start a [Questions & Answers](https://github.com/CommunityToolkit/Windows/discussions/categories/q-a) discussion, where you can get insight from the community regarding your issue. | ||
| - type: textarea | ||
| id: description | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Describe the bug | ||
| description: A clear and concise description of what the bug is. | ||
| - type: textarea | ||
| id: repro-steps | ||
| validations: | ||
| required: true | ||
| attributes: | ||
| label: Steps to reproduce | ||
| render: text | ||
| 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: | | ||
| The easier we can reproduce the issue, the easier it is to understand and fix the problem. | ||
| Provide repro steps, code-snippets, or a standalone project to help us understand the issue you're facing. | ||
|
|
||
| If the problem can be reproduced in our [Sample Gallery](https://aka.ms/windowstoolkitapp), you can speed up creation of a functional repro by forking the toolkit and adding or modifying a test or sample. Link to the forked repo and branch. | ||
|
|
||
| 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: platform | ||
| attributes: | ||
| label: Code Platform | ||
| description: Check the platforms where you see the issue occur. | ||
| options: | ||
| - label: UWP | ||
| - label: WinAppSDK / WinUI 3 | ||
| - label: Web Assembly (WASM) | ||
| - label: Android | ||
| - label: iOS | ||
| - label: MacOS | ||
| - label: Linux / GTK | ||
| - type: checkboxes | ||
| id: environment-windows-build | ||
| attributes: | ||
| label: Windows Build Number | ||
| description: Check one or more of the following options (if applicable) | ||
| 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 10 21H2 (Build 19044) | ||
| - label: Windows 10 22H2 (Build 19045) | ||
| - 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: Windows 10, version 2104 (Build 20348) | ||
| - label: Windows 11, version 22H2 (Build 22000) | ||
| - 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: | ||
| - 2022 | ||
| - Preview | ||
| - 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 | ||
| - Mobile | ||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context about the problem here. | ||
| - type: dropdown | ||
| id: contribution | ||
| validations: | ||
| required: true | ||
| 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, I'm unable to contribute a solution. |
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,23 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Questions about the Toolkit? | ||
| url: https://github.com/CommunityToolkit/Windows/discussions/categories/q-a | ||
| about: I have a question about how to use something in the toolkit. | ||
| - name: New Idea? | ||
| url: https://github.com/CommunityToolkit/Labs-Windows/discussions?discussions_q=category%3AExperiments+category%3AIdeas+category%3AProposals | ||
| about: Labs is where we propose and experiment with new ideas. Search ongoing experiments or contribute your own! | ||
| - name: MVVM Toolkit, High Performance, or Diagnostic Package | ||
| url: https://aka.ms/toolkit/dotnet | ||
| about: "If you have a question on these, see the .NET Community Toolkit repo:" | ||
| - name: MAUI Community Toolkit | ||
| url: https://aka.ms/toolkit/maui | ||
| about: "This repository is for the Windows Community Toolkit. For MAUI, see the MAUI Community Toolkit repo:" | ||
| - name: WindowsAppSDK | ||
| url: https://aka.ms/windowsappsdk | ||
| about: "This repository is for the Windows Community Toolkit, for issues in the platform itself, see the WindowsAppSDK repo:" | ||
| - name: Cross-platform / Uno Platform | ||
| url: https://github.com/unoplatform/uno | ||
| about: "The Windows Community Toolkit uses Uno Platform for cross-platform WinUI. See the Uno Platform repo for issues specific to running on non-Windows platforms:" | ||
| - name: Discord | ||
| url: https://aka.ms/wct/discord | ||
| about: "Join the UWP Discord Server and talk to us in the #community-toolkit channel." | ||
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,61 @@ | ||
| <!-- 🚨 Please Do Not skip any instructions and information mentioned below as they are all required and essential to evaluate and test the PR. By fulfilling all the required information you will be able to reduce the volume of questions and most likely help merge the PR faster 🚨 --> | ||
|
|
||
| <!-- ⚠ We will not merge the PR to the main repo if your changes are not in a *feature branch* of your forked repository. Create a new branch in your repo, **do not use the `main` branch in your repo**! ⚠ --> | ||
|
|
||
| <!-- 👉 It is imperative to resolve ONE ISSUE PER PR and avoid making multiple changes unless the changes interrelate with each other --> | ||
|
|
||
| <!-- 📝 Please always keep the "☑️ Allow edits by maintainers" button checked in the Pull Request Template as it increases collaboration with the Toolkit maintainers by permitting commits to your PR branch (only) created from your fork. This can let us quickly make fixes for minor typos or forgotten StyleCop issues during review without needing to wait on you doing extra work. Let us help you help us! 🎉 --> | ||
|
|
||
| ## Fixes | ||
|
|
||
| <!-- Add the relevant issue number after the word "Fixes" mentioned above (for ex: `## Fixes #0000`) which will automatically close the issue once the PR is merged. --> | ||
|
Arlodotexe marked this conversation as resolved.
|
||
|
|
||
| <!-- PRs without assigned issues will be closed unless minor changes to documentation/typos. --> | ||
|
|
||
| <!-- Add a brief overview here of the feature/bug & fix. --> | ||
|
|
||
| ## PR Type | ||
|
|
||
| What kind of change does this PR introduce? | ||
|
|
||
| <!-- Please uncomment one or more options below that apply to this PR. --> | ||
| <!-- New features should come from Windows Community Toolkit Labs. If you're migrating a component from Labs, link to the approval comment here. --> | ||
|
|
||
| <!-- - Bugfix --> | ||
| <!-- - Code style update (formatting) --> | ||
| <!-- - Refactoring (no functional changes, no api changes) --> | ||
| <!-- - Build or CI related changes --> | ||
| <!-- - Documentation content changes --> | ||
| <!-- - Sample app changes --> | ||
| <!-- - Other... Please describe: --> | ||
|
|
||
| ## What is the current behavior? | ||
|
|
||
| <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
|
|
||
| ## What is the new behavior? | ||
|
|
||
| <!-- Describe how was this issue resolved or changed? --> | ||
|
|
||
| ## PR Checklist | ||
|
|
||
| Please check if your PR fulfills the following requirements: <!-- and remove the ones that are not applicable to the current PR --> | ||
|
|
||
| - [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) | ||
| - [ ] Based off latest main branch of toolkit | ||
| - [ ] Tested code with current supported SDKs | ||
| - [ ] New component | ||
| - [ ] Documentation has been added | ||
| - [ ] Sample in sample app has been added | ||
| - [ ] Analyzers are passing for documentation and samples | ||
| - [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/CommunityToolkit/WindowsCommunityToolkit-design-assets) | ||
| - [ ] Tests for the changes have been added (if applicable) | ||
| - [ ] Header has been added to all new source files | ||
| - [ ] Contains **NO** breaking changes | ||
|
|
||
| <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. | ||
| Please note that breaking changes are likely to be rejected within minor release cycles or held until major versions. --> | ||
|
|
||
| ## Other information | ||
|
|
||
| <!-- Please add any other information that might be helpful to reviewers. --> | ||
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.