Skip to content

Commit dd34c0b

Browse files
committed
Update templates
1 parent f40d6f8 commit dd34c0b

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a bug report to help improve
3+
about: Create a bug report to help improve.
44
title: ''
55
labels: bug
66
assignees: ''
@@ -17,9 +17,8 @@ Steps to reproduce the behavior:
1717
3. See error
1818

1919
**Screenshots or jsfiddle**
20-
If applicable, add screenshots or jsfiddle to help explain your problem.
20+
If applicable, add screenshots or jsfiddle to help explain your problem.
2121

2222
**Other (please complete the following information):**
23-
- OS: [e.g. iOS]
24-
- Browser [e.g. chrome, safari]
2523
- Version [e.g. 2.0]
24+
- Browser [e.g. chrome, safari]

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this component
3+
about: Suggest an idea for this component.
44
title: ''
55
labels: suggestion
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? **
10+
**Is your feature request related to a problem?**
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

1313
**Describe the feature request**

.github/ISSUE_TEMPLATE/question-or-discuss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Question or discuss
3-
about: Make your questions or topics you want to discuss.
3+
about: Ask your questions or topics you want to discuss.
44
title: ''
55
labels: question
66
assignees: ''

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**What kind of this PR?** (check at least one)
2+
3+
- [ ] Bugfix
4+
- [ ] Feature
5+
- [ ] Code style update
6+
- [ ] Build-related changes
7+
- [ ] Other, please describe:
8+
9+
**Other information:**

0 commit comments

Comments
 (0)