Skip to content

Commit ca4fd0f

Browse files
Merge pull request #28 from RobotlegsJS/add-pull-request-template
Add Pull Request Template
2 parents bb2b996 + 2f91e44 commit ca4fd0f

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
@@ -14,6 +14,7 @@ CHANGELOG.md
1414
CODE_OF_CONDUCT.md
1515
CONTRIBUTING.md
1616
ISSUE_TEMPLATE.md
17+
PULL_REQUEST_TEMPLATE.md
1718
bower.json
1819
karma.conf.js
1920
tsconfig.json

CHANGELOG.md

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

2727
- Add Issue Template (see #27).
2828

29+
- Add Pull Request Template (see #28).
30+
2931
- Solve compilers deprecation warning messages from mocha.
3032

3133
- Update dev dependencies to latest version.

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)