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 For Issue Templates #95

Merged
merged 1 commit into from
Jul 14, 2022
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
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Bug Report
description: Create a report to help us improve
title: "New Bug"
labels: ["audience:user", "kind:bug", "scope:undetermined"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Description
description: What problem did you encounter.
placeholder: A clear and concise description of what the bug is.
- type: textarea
id: to-reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What should have happened.
placeholder: A clear and concise description of what you expected to happen.
- type: textarea
id: context
attributes:
label: Additional Context
description: Anything else we should know.
description: Add any other context or screenshots related to the problem here.
- type: textarea
id: logs
attributes:
label: Log Messages
description: >
If applicable, please copy and paste any relevant log output.
These will be automatically formatted into a codeblock so no need for backticks.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Feature Request
description: Suggest an idea for this project
title: "New Feature"
labels: ["audience:user", "kind:enhancement", "scope:undetermined"]
body:
- type: markdown
attributes:
value: |
Thanks for opening a feature request!
- type: textarea
id: description
attributes:
label: Description
description: What feature would you like added?
placeholder: |
A description of the feature you would like added.

If this feature is related to a problem, please describe. For example "I'm always frustrated when [...]"
- type: textarea
id: alternatives
attributes:
label: Alternatives & Prior Art
description: >
Describe alternatives you've considered, and/or any previous related work.
placeholder: >
Description of possible alternatives to this feature, and/or any previous work
that may be related to this feature.