Skip to content

Commit 4e2a840

Browse files
authored
Merge pull request #42 from chaijs/feature/add-pr-template
Feature/add pr template
2 parents 303d078 + c6b7237 commit 4e2a840

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
.jshintrc
66
bower.json
77
Gruntfile.js
8+
MAINTAINERS
9+
PULL_REQUEST_TEMPLATE.md
810

911
/.idea
1012
/node_modules

PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Context
2+
3+
### What has been done
4+
-
5+
6+
### How to test
7+
-
8+
9+
### Todo
10+
- [ ]
11+
12+
### Notes
13+
-

0 commit comments

Comments
 (0)