chore: 📝 bring bug template changes to feature template

This commit is contained in:
ThatOneCalculator 2023-06-23 19:01:10 -07:00
parent 873cc0ae51
commit 3e5886883a
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 16 additions and 4 deletions

View File

@ -65,6 +65,7 @@ body:
label: What browser are you using? (Client-side issues only) label: What browser are you using? (Client-side issues only)
multiple: false multiple: false
options: options:
- N/A
- Firefox - Firefox
- Chrome - Chrome
- Brave - Brave
@ -79,6 +80,7 @@ body:
label: What operating system are you using? (Client-side issues only) label: What operating system are you using? (Client-side issues only)
multiple: false multiple: false
options: options:
- N/A
- Windows - Windows
- MacOS - MacOS
- Linux - Linux
@ -91,6 +93,7 @@ body:
label: What operating system are you using? (Server-side issues only) label: What operating system are you using? (Server-side issues only)
multiple: false multiple: false
options: options:
- N/A
- Ubuntu >= 22.04 - Ubuntu >= 22.04
- Ubuntu < 22.04 - Ubuntu < 22.04
- Debian - Debian

View File

@ -1,18 +1,28 @@
name: Feature Request name: Feature Request
about: Request a Feature about: Request a Feature
title: "[Feature]: " title: "[Feature]: "
blank_issues_enabled: true
contact_links:
- name: Support Matrix
url: https://matrix.to/#/%23calckey:matrix.fedibird.com
about: Having trouble with deployment? Ask the support chat.
- name: Resposible Disclosure
url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md
about: Found a security vulnerability? Please disclose it responsibly.
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for taking the time to fill out this feature request! Thanks for taking the time to fill out this feature request!
Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23calckey:matrix.fedibird.com)
Found a security vulnerability? [Please disclose it responsibly.](https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md)
By submitting this issue, you agree to follow our [Contribution Guidelines.](https://codeberg.org/calckey/calckey/src/branch/develop/CONTRIBUTING.md)
- type: textarea - type: textarea
id: what-feature id: what-feature
attributes: attributes:
label: What feature would you like implemented? label: What feature would you like implemented?
description: Please give us a brief description of what you'd like. description: Please give us a brief description of what you'd like.
placeholder: Tell us what you want! placeholder: Tell us what you want!
value: "x feature would be great!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -21,7 +31,6 @@ body:
label: Why should we add this feature? label: Why should we add this feature?
description: Please give us a brief description of why your feature is important. description: Please give us a brief description of why your feature is important.
placeholder: Tell us why you want this feature! placeholder: Tell us why you want this feature!
value: "x feature is super useful because y!"
validations: validations:
required: true required: true
- type: input - type: input
@ -29,7 +38,7 @@ body:
attributes: attributes:
label: Version label: Version
description: What version of calckey is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information. description: What version of calckey is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information.
placeholder: Calckey Version 13.0.4 placeholder: Calckey Version 13.1.4.1
validations: validations:
required: true required: true
- type: input - type: input
@ -37,7 +46,7 @@ body:
attributes: attributes:
label: Instance label: Instance
description: What instance of calckey are you using? description: What instance of calckey are you using?
placeholder: stop.voring.me placeholder: calckey.social
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes