iceshrimp-legacy/issue_template/feature.yaml

62 lines
2.6 KiB
YAML
Raw Normal View History

2023-06-24 04:17:53 +02:00
name: ✨ Feature Request
about: Request a 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:
- type: markdown
attributes:
value: |
💖 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
id: what-feature
attributes:
2023-06-24 06:27:00 +02:00
label: What feature would you like implemented?
description: Please give us a brief description of what you'd like.
placeholder: Tell us what you want!
validations:
required: true
- type: textarea
id: why-add-feature
attributes:
2023-06-24 06:27:00 +02:00
label: Why should we add this feature?
description: Please give us a brief description of why your feature is important.
placeholder: Tell us why you want this feature!
validations:
required: true
- type: input
id: version
attributes:
2023-06-24 06:27:00 +02:00
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.
placeholder: Calckey Version 13.1.4.1
validations:
required: true
- type: input
id: instance
attributes:
2023-06-24 06:27:00 +02:00
label: Instance
description: What instance of calckey are you using?
placeholder: calckey.social
validations:
required: false
- type: checkboxes
id: terms
attributes:
2023-06-24 06:27:00 +02:00
label: Contribution Guidelines
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://codeberg.org/calckey/calckey/src/branch/develop/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Contribution Guidelines
required: true
2023-06-08 20:03:39 +02:00
- label: I have searched the issue tracker for similar requests, and this is not a duplicate.
2023-06-06 22:17:31 +02:00
required: true