Add issue templates
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
**.vscode
|
25
issue_template/adjustment.yaml
Normal file
25
issue_template/adjustment.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: Adjustment
|
||||
about: Request a change/adjustment to an existing feature
|
||||
title: "[Adjustment]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this adjustment request!
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template**
|
||||
visible: [content]
|
||||
- type: textarea
|
||||
id: adjustment-request
|
||||
attributes:
|
||||
label: Describe your request
|
||||
description: Which existing feature would you like changed/adjusted?
|
||||
placeholder: Tell me what you want, what you really really want!
|
||||
value: "Request here!"
|
||||
validations:
|
||||
required: true
|
||||
labels:
|
||||
- type/adjustment
|
||||
- needs-response
|
25
issue_template/bug_report.yaml
Normal file
25
issue_template/bug_report.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: Bug Report
|
||||
about: Report a bug that you have found
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template**
|
||||
visible: [content]
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also, what were you expecting to happen?
|
||||
placeholder: Tell me what you saw!
|
||||
value: "A bug happened!"
|
||||
validations:
|
||||
required: true
|
||||
labels:
|
||||
- type/bug
|
||||
- needs-response
|
1
issue_template/config.yaml
Normal file
1
issue_template/config.yaml
Normal file
@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
25
issue_template/feature_request.yaml
Normal file
25
issue_template/feature_request.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: Feature Request
|
||||
about: Request a new feature to be added
|
||||
title: "[Feature Request]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request form!
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template**
|
||||
visible: [content]
|
||||
- type: textarea
|
||||
id: feature-request
|
||||
attributes:
|
||||
label: Feature Request
|
||||
description: What new feature would you like to see?
|
||||
placeholder: What is your feature request!
|
||||
value: "I would like this feature"
|
||||
validations:
|
||||
required: true
|
||||
labels:
|
||||
- type/enhancement
|
||||
- needs-response
|
Reference in New Issue
Block a user