Skip to content

Commit 490c5a6

Browse files
committed
:octocat: Updates PR template
1 parent d99f56b commit 490c5a6

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/pull_request_template.md

+8-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
**Thank you for contributing to Dashy! So that your PR can be handled effectively, please populate the following fields (delete sections that are not applicable)**
1+
*Thank you for contributing to Dashy! So that your PR can be handled effectively, please populate the following fields (delete sections that are not applicable)*
22

3-
### Category
4-
> Please indicate the type of change your PR introduces
3+
**Category**:
4+
> One of: Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (please specify)
55
6-
Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (please specify)
7-
8-
9-
### Overview
6+
**Overview**
107
> Briefly outline your new changes...
118
9+
**Issue Number** _(if applicable)_ #00
1210

13-
### Issue Number _(if applicable)_
14-
#00
15-
16-
### New Vars _(if applicable)_
11+
**New Vars** _(if applicable)_
1712
> If you've added any new build scripts, environmental variables, config file options, dependency or devDependency, please outline here
1813
19-
20-
### Screenshot _(if applicable)_
14+
**Screenshot** _(if applicable)_
2115
> If you've introduced any significant UI changes, please include a screenshot
2216
23-
24-
### Code Quality Checklist _(Please complete)_
17+
**Code Quality Checklist** _(Please complete)_
2518
- [ ] All changes are backwards compatible
2619
- [ ] All lint checks and tests are passing
2720
- [ ] There are no (new) build warnings or errors

0 commit comments

Comments
 (0)