1
0
Fork 0
mirror of synced 2024-05-16 18:52:33 +12:00
appwrite/.github/ISSUE_TEMPLATE/feature.yaml

40 lines
1.4 KiB
YAML
Raw Normal View History

2021-10-01 18:53:07 +13:00
name: 🚀 Feature
2021-09-28 20:47:01 +13:00
description: "Submit a proposal for a new feature"
title: "🚀 Feature: "
labels: [feature]
body:
- type: markdown
attributes:
value: |
2021-10-01 18:53:07 +13:00
Thanks for taking the time to fill out our feature request form 🙏
2021-09-28 20:47:01 +13:00
- type: textarea
id: feature-description
validations:
required: true
attributes:
label: "🔖 Feature description"
description: "A clear and concise description of what the feature is."
placeholder: "You should add ..."
- type: textarea
id: pitch
validations:
required: true
attributes:
label: "🎤 Pitch"
description: "Please explain why this feature should be implemented and how it would be used. Add examples, if applicable."
placeholder: "In my use-case, ..."
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "👀 Have you spent some time to check if this issue has been raised before?"
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
options:
- label: "I checked and didn't find similar issue"
2021-10-03 22:01:45 +13:00
required: true
- type: checkboxes
id: read-code-of-conduct
attributes:
label: "🏢 Have you read the Code of Conduct?"
options:
- label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)"
2021-09-28 20:47:01 +13:00
required: true