-
Notifications
You must be signed in to change notification settings - Fork 17
Add issue templates #100
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
Add issue templates #100
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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,37 @@ | ||
| name: Bug report | ||
| description: Report a problem with this software or project | ||
| type: Bug | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for taking the time to fill out this bug report! | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Describe the issue | ||
| description: >- | ||
| Please explain clearly and in detail what the issue is. What led up | ||
| to it, or how did you encounter it? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: What version of the software are you using? | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: How can the issue be reproduced? | ||
| description: >- | ||
| Explain in a step-by-step fashion what someone else would need to | ||
| do in order to reproduce the issue. If possible, include literal | ||
| examples of commands or code using [Markdown fenced code | ||
| blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). | ||
| For long output, paste the text into [collapsed | ||
| sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections) | ||
| or attach text files. | ||
| validations: | ||
| required: false |
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,43 @@ | ||
| name: Feature request | ||
| description: Request a new feature or change | ||
| type: Enhancement | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for taking the time to fill out this feature request form! | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Is your feature request related to a use case or problem? | ||
| description: >- | ||
| Please tell us the context of your request. Is it to help you do | ||
| something that you currently cannot due to limitations in the software, | ||
| or is it an idea for an enhancement or new functionality, or something | ||
| else? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: What solution or approach do you envision? | ||
| description: >- | ||
| If you have ideas or preferences for the solution, you can let us know | ||
| here. If you are aware of other similar or related work, please let us | ||
| know about it here. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| attributes: | ||
| label: How urgent is this for you? | ||
| description: >- | ||
| Please choose from among the following options. If the lack of this | ||
| feature is blocking important work, please choose from among P0–P2. | ||
| options: | ||
| - P0 – needed no later than a week | ||
| - P1 – needed by the next release | ||
| - P2 – needed within two quarters | ||
| - P3 – not blocked; it's an idea | ||
| validations: | ||
| required: false |
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,34 @@ | ||
| name: Task | ||
| description: Describe a task that needs to be done | ||
| type: Task | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for taking the time to fill out this feature request form! | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: What is the task? | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: (Optional) Do you have ideas or preferences for the approach? | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| attributes: | ||
| label: How urgent is this for you? | ||
| description: >- | ||
| Please choose from among the following options. If the lack of this | ||
| feature is blocking important work, please choose from among P0–P2. | ||
| options: | ||
| - P0 – needed no later than a week | ||
| - P1 – needed by the next release | ||
| - P2 – needed within two quarters | ||
| - P3 – not blocked; it's an idea | ||
| validations: | ||
| required: false | ||
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 @@ | ||
| blank_issues_enabled: true |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, yes, good point. Will do in a commit in just a moment. Thanks for catching that.