Skip to content

Commit aaba0cb

Browse files
Remove checklist from bug report template
Removed checklist options from bug report template.
1 parent 02e6c44 commit aaba0cb

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,3 @@ body:
2222
options:
2323
- label: "I agree to follow this project's Code of Conduct"
2424
required: true
25-
- type: checkboxes
26-
attributes:
27-
label: "Checklist before Submitting"
28-
options:
29-
- label: "Have you updated docs for it?"
30-
required: false
31-
- label: "Have you added unit tests?"
32-
required: false
33-
- label: "Have you made sure unit tests pass?"
34-
required: false
35-
- label: "Have you made sure code formatting is correct?"
36-
required: true
37-
- label: "Do Your changes passes all tests?"
38-
required: false

0 commit comments

Comments
 (0)