Skip to content
Closed
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
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
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
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
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
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/3-task.yml
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true