Skip to content

Commit 246c56a

Browse files
Remove checklist from feature issue template
Removed checklist section from feature issue template.
1 parent aaba0cb commit 246c56a

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,4 @@ body:
2222
- label: "I agree to follow this project's Code of Conduct"
2323
required: true
2424
- label: "I want to work on this issue"
25-
- type: checkboxes
26-
attributes:
27-
label: "Checklist before Submitting."
28-
options:
29-
- label: "Have you updated docs for it?."
30-
required: true
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: "Does it contain any style related issues?"
38-
required: false
25+

0 commit comments

Comments
 (0)