Skip to content

Commit 827bc38

Browse files
committed
Cleaning up the templates a little
1 parent 1c1cdf7 commit 827bc38

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

.github/issue_template.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## I'm submitting a ...
2-
- [ ] bug report
3-
- [ ] feature request
4-
- [ ] question
5-
6-
71
### What is the current behavior?
82

93

@@ -20,7 +14,6 @@ _Common options for demos are [jsfiddle](https://jsfiddle.net/) and [codepen](ht
2014
### If you are requesting a new or changed feature, please provide a rationale
2115

2216

23-
2417
### Will you submit a corresponding Pull Request to fix the bug or implement the feature?
2518

2619

.github/pull_request_template.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
1-
### This Pull Request is a
2-
- [ ] Bug fix
3-
- [ ] Feature addition
4-
- [ ] Code refactoring / optimization
5-
- [ ] Test Addition
6-
- [ ] Demo Addition
7-
- [ ] i18n Addition
8-
- [ ] Other (explain below)
9-
10-
### Related Issue numbers _(use [Github "keywords"](https://help.github.com/articles/closing-issues-using-keywords/): Fixes #nnn, Closes #nnn, etc.)_
1+
### What changes are you proposing? Why are they needed?
2+
<!-- Provide use cases, code references, [jsfiddle](https://jsfiddle.net/), [codepen](https://codepen.io), etc. -->
113

12-
13-
### What changes are you proposing? Why are they needed?<br>
14-
_(Provide use cases, code references, [jsfiddle](https://jsfiddle.net/), [codepen](https://codepen.io), etc.)_
4+
### Related Issue numbers
5+
<!-- use [Github "keywords"](https://help.github.com/articles/closing-issues-using-keywords/): Fixes #nnn, Closes #nnn, etc. -->
156

167

17-
18-
19-
208
### Pull Request Approval Checklist:
21-
- [ ] No Tabs / Code Spacing Consistent
229
- [ ] Tests Ran and 0 Failing
2310
- [ ] Tests Added/Updated
2411
- [ ] Impacted Demos Updated
2512
- [ ] Impacted i18n Code Updated
26-
27-
### @Mentions:
2813

0 commit comments

Comments
 (0)