Skip to content

Commit

Permalink
Added code of conduct in all the forms
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketh-varma committed Oct 3, 2021
1 parent 7e6ebc5 commit 5b3b90f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,12 @@ 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:
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"
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ 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:
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"
required: true

0 comments on commit 5b3b90f

Please sign in to comment.