1
0
Fork 0
mirror of synced 2024-05-16 18:52:33 +12:00

Code of conduct missing fixed

This commit is contained in:
Matej Baco 2021-10-03 11:01:45 +02:00
parent c7125d909a
commit 411b581db4
3 changed files with 16 additions and 3 deletions

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

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

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