chore: 📝 links in bug template

This commit is contained in:
ThatOneCalculator 2023-06-23 18:57:00 -07:00
parent 796d1a171d
commit 873cc0ae51
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 5 additions and 4 deletions

View File

@ -5,22 +5,24 @@ blank_issues_enabled: true
contact_links: contact_links:
- name: Support Matrix - name: Support Matrix
url: https://matrix.to/#/%23calckey:matrix.fedibird.com url: https://matrix.to/#/%23calckey:matrix.fedibird.com
about: Having trouble with deployment? Ask the support chat! about: Having trouble with deployment? Ask the support chat.
- name: Resposible Disclosure - name: Resposible Disclosure
url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md url: https://codeberg.org/calckey/calckey/src/branch/develop/SECURITY.md
about: Found a security vulnerability? Please report it here! 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 bug report! Thanks for taking the time to fill out this bug report!
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-happened id: what-happened
attributes: attributes:
label: What happened? label: What happened?
description: Please give us a brief description of what happened. description: Please give us a brief description of what happened.
placeholder: Tell us what you see! placeholder: Tell us what you see!
value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -29,7 +31,6 @@ body:
label: What did you expect to happen? label: What did you expect to happen?
description: Please give us a brief description of what you expected to happen. description: Please give us a brief description of what you expected to happen.
placeholder: Tell us what you wish happened! placeholder: Tell us what you wish happened!
value: "Instead of x, y should happen instead!"
validations: validations:
required: true required: true
- type: input - type: input