Skip to content

Commit d81dc94

Browse files
authored
Update bug.yaml
1 parent 6663bd3 commit d81dc94

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ body:
7272
validations:
7373
required: true
7474
- type: textarea
75-
id: enviromnemt
75+
id: environment
7676
validations:
7777
required: false
7878
attributes:
@@ -87,3 +87,18 @@ body:
8787
options:
8888
- label: "I checked and didn't find similar issue"
8989
required: true
90+
- type: checkboxes
91+
id: no-duplicate-issues
92+
attributes:
93+
label: "👀 Have you spent some time to check if this issue has been raised before?"
94+
description: "Have you Googled for a similar issue or checked our older issues for a similar bug?"
95+
options:
96+
- label: "I checked and didn't find similar issue"
97+
required: true
98+
- type: checkboxes
99+
id: read-code-of-conduct
100+
attributes:
101+
label: "🏢 Have you read the Code of Conduct?"
102+
options:
103+
- label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)"
104+
required: true

0 commit comments

Comments
 (0)