Skip to content

Commit 0b1ad82

Browse files
committed
fixed minor changes as per appwrite format
1 parent 1bc7d2e commit 0b1ad82

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug.yamlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ body:
7373
options:
7474
- label: "I checked and didn't find similar issue"
7575
required: true
76+
- type: checkboxes
77+
id: read-code-of-conduct
78+
attributes:
79+
label: "🏒 Have you read the Code of Conduct?"
80+
options:
81+
- label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)"
82+
required: true

β€Ž.github/ISSUE_TEMPLATE/feature.yamlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ body:
3131
options:
3232
- label: "I checked and didn't find similar issue"
3333
required: true
34+
- type: checkboxes
35+
id: read-code-of-conduct
36+
attributes:
37+
label: "🏒 Have you read the Code of Conduct?"
38+
options:
39+
- label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)"
40+
required: true

0 commit comments

Comments
Β (0)