Skip to content
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

Use Issue Forms #191

Merged
merged 2 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/Bug_Report.md

This file was deleted.

53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: "Bug report 🐛"
description: Report errors or unexpected behavior
body:
- type: markdown
attributes:
value: |
> This bug tracker is monitored by Windows Package Manager development team and other technical folks.
>
> **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**.
> Instead, send dumps/traces to [email protected], referencing this GitHub issue.
>
> If this is an application crash, please also provide a Feedback Hub submission link if at all possible so we can find your diagnostic data on the backend.
> You can open the Feedback Hub directly to the pre-populated form at https://aka.ms/winget-feedback
> Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link.
>
> Please use this form and describe your issue, concisely but precisely, with as much detail as possible.
- type: textarea
attributes:
label: Brief description of your issue
placeholder: Briefly describe your issue here.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
placeholder: A description of how to trigger this bug
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
placeholder: What did you expect to happen?
validations:
required: true
- type: textarea
attributes:
label: Actual behavior
placeholder: What is currently happening?
validations:
required: true
- type: textarea
attributes:
label: Environment
placeholder: |
[winget --info]
Windows Package Manager version
Windows: Windows.Desktop version
Package: Microsoft.DesktopAppInstaller version
Any other software?
render: shell
validations:
required: true
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/Documentation_Issue.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentation_Issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: "Documentation Issue 📚"
description: Report issues in our documentation
labels: ["Issue-Docs"]
body:
- type: textarea
attributes:
label: Brief description of your issue
placeholder: Briefly describe which document needs to be corrected and why
validations:
required: true
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/Feature_Request.md

This file was deleted.

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Feature Request/Idea 🚀"
description: Suggest a new feature or improvement (this does not mean you have to implement it)
labels: ["Issue-Feature"]
body:
- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: |
A clear and concise description of what the problem is that the new feature would solve.
Describe why and how a user would use this new functionality (if applicable).
validations:
required: true
- type: textarea
attributes:
label: Proposed technical implementation details
placeholder: A clear and concise description of what you want to happen
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: General Question
url: https://github.com/microsoft/winget-create/discussions/new
about: Have a question on something? Start a new discussion thread.
- name: Review open issues
url: https://github.com/microsoft/winget-create/issues
about: Please check if your issue or a similar issue has already been submitted