Skip to content

Commit d498be6

Browse files
authored
Merge pull request #11 from veghdev/pr
pull_request_template.md: set up a PR template
2 parents dc164f9 + a4ed454 commit d498be6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ src
44
.gitignore
55
.npmignore
66
.prettierrc
7-
rollup.config.js
7+
rollup.config.js
8+
pull_request_template.md

pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Issue ticket link
2+
3+
## Describe your changes
4+
5+
## Type of change
6+
7+
Please delete options that are not relevant.
8+
9+
- [ ] Documentation update
10+
- [ ] Bug fix (non-breaking change which fixes an issue)
11+
- [ ] New feature (non-breaking change which adds functionality)
12+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

0 commit comments

Comments
 (0)