Skip to content

Commit 5b3b90f

Browse files
committed
Added code of conduct in all the forms
1 parent 7e6ebc5 commit 5b3b90f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,12 @@ body:
7373
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
7474
options:
7575
- label: "I checked and didn't find similar issue"
76+
required: true
77+
- type: checkboxes
78+
id: read-code-of-conduct
79+
attributes:
80+
description: "This is our [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md)."
81+
label: "🏢 Have you read the Code of Conduct?"
82+
options:
83+
- label: "I read the Code of Conduct"
7684
required: true

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,12 @@ body:
3030
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
3131
options:
3232
- label: "I checked and didn't find similar issue"
33+
required: true
34+
- type: checkboxes
35+
id: read-code-of-conduct
36+
attributes:
37+
description: "This is our [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md)."
38+
label: "🏢 Have you read the Code of Conduct?"
39+
options:
40+
- label: "I read the Code of Conduct"
3341
required: true

0 commit comments

Comments
 (0)