Skip to content

Commit 8e0220c

Browse files
Merge pull request #30 from RobotlegsJS/add-pull-request-template
Add Pull Request Template
2 parents b93e8ae + 02dd6b4 commit 8e0220c

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
CODE_OF_CONDUCT.md
1414
CONTRIBUTING.md
1515
ISSUE_TEMPLATE.md
16+
PULL_REQUEST_TEMPLATE.md
1617
bower.json
1718
karma.conf.js
1819
tsconfig.json

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
- Add Issue Template (see #29).
3030

31+
- Add Pull Request Template (see #30).
32+
3133
- Update dev dependencies to latest version.
3234

3335
## RobotlegsJS-SignalCommandMap 0.0.1

PULL_REQUEST_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
## Related Issue
8+
9+
<!--- This project only accepts pull requests related to open issues -->
10+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
11+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
12+
<!--- Please link to the issue here: -->
13+
14+
## Motivation and Context
15+
16+
<!--- Why is this change required? What problem does it solve? -->
17+
18+
## How Has This Been Tested?
19+
20+
<!--- Please describe in detail how you tested your changes. -->
21+
<!--- Include details of your testing environment, and the tests you ran to -->
22+
<!--- see how your change affects other areas of the code, etc. -->
23+
24+
## Types of changes
25+
26+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
27+
28+
- [ ] Updated docs / Refactor code / Added a tests case (non-breaking change)
29+
- [ ] Bug fix (non-breaking change which fixes an issue)
30+
- [ ] New feature (non-breaking change which adds functionality)
31+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
32+
33+
## Checklist:
34+
35+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
36+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
37+
38+
- [ ] My code follows the code style of this project.
39+
- [ ] My change requires a change to the documentation.
40+
- [ ] I have updated the documentation accordingly.
41+
- [ ] I have read the **CONTRIBUTING** document.
42+
- [ ] I have added tests to cover my changes.
43+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)