Merge pull request #1860 from appwrite/fix-issue-forms

Fix: Updates to our GitHub issue forms
This commit is contained in:
Eldad A. Fux
2021-10-03 12:09:12 +03:00
committed by GitHub
3 changed files with 16 additions and 3 deletions
+7
View File
@@ -72,4 +72,11 @@ body:
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"
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)"
required: true
+2 -3
View File
@@ -6,7 +6,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out our documentation update request form 🙏
Thanks for taking the time to make our documentation better 🙏
- type: textarea
id: issue-description
validations:
@@ -26,8 +26,7 @@ body:
- type: checkboxes
id: read-code-of-conduct
attributes:
description: "This is our [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md)."
label: "🏢 Have you read the Code of Conduct?"
options:
- label: "I read the Code of Conduct"
- label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)"
required: true
+7
View File
@@ -30,4 +30,11 @@ body:
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"
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)"
required: true