Skip to content

Commit 80743e2

Browse files
committed
Implement suggested changes
Signed-off-by: kkvanonymous <[email protected]>
1 parent 9220178 commit 80743e2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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/documentation.yamlβ€Ž

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out our documentation update request form πŸ™
9+
Thanks for taking the time to make our documentation better πŸ™
1010
- type: textarea
1111
id: issue-description
1212
validations:
@@ -26,8 +26,7 @@ body:
2626
- type: checkboxes
2727
id: read-code-of-conduct
2828
attributes:
29-
description: 'This is our [Code of Conduct](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md).'
3029
label: '🏒 Have you read the Code of Conduct?'
3130
options:
32-
- label: 'I read the Code of Conduct'
31+
- label: 'I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)'
3332
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)