📝 Docs: Add feature request template, update bug

This commit is contained in:
James Musselman 2024-06-30 01:08:38 -05:00
parent e3a18eb876
commit 482e3daf1b
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 58 additions and 4 deletions

View file

@ -16,7 +16,7 @@ body:
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
placeholder: email@example.com
validations:
required: true
- type: textarea
@ -24,8 +24,7 @@ body:
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened is not very useful! Try to give as many details as possible."
placeholder: Tell us what you see! "A bug happened" is not very useful! Try to give as many details as possible.
validations:
required: true
- type: dropdown
@ -58,7 +57,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](/CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](/musselman/notatio/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

View file

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: James Musselman
url: https://musselman.dev
about: Please use one of the contacts on his about page to reach out for help!

View file

@ -0,0 +1,50 @@
name: Feature Request
about: Request a Feature or Change
title: "[Feat Req]: "
ref: "main"
labels:
- "Feature Request"
- "Not Reviewed"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
# some markdown that will only be visible once the issue has been created
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: email@example.com
validations:
required: true
- type: textarea
id: the-request
attributes:
label: What is your feature request?
description: Tell us, what do you want to happen and why?
placeholder: Let us know what all you want to see, and if you can, provide a image or mockup if appropriate.
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- Container (Default)
- Binary (Advanced)
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](/musselman/notatio/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have also read the CONTRIBUTION.MD
required: true
visible: [form]