add pull request template
This commit is contained in:
parent
ecaee4bcf9
commit
6b02da4dc1
1 changed files with 24 additions and 0 deletions
24
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
24
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
**Before submitting your pull request**
|
||||||
|
|
||||||
|
- [ ] I agree to license my code under the [MPL 2.0 license](https://www.mozilla.org/en-US/MPL/2.0/).
|
||||||
|
- [ ] I rebased my work on top of the main branch.
|
||||||
|
- [ ] I ran `npm test` and all tests passed.
|
||||||
|
- [ ] I added test coverages if relevant.
|
||||||
|
|
||||||
|
# Description
|
||||||
|
|
||||||
|
*Please include a summary of the changes including relevant motivation and context.*
|
||||||
|
|
||||||
|
## Type of change
|
||||||
|
|
||||||
|
*Select all that apply.*
|
||||||
|
|
||||||
|
- [ ] Bug fix
|
||||||
|
- [ ] New feature
|
||||||
|
- [ ] Major change (fix or feature that would cause existing functionality to work differently than in the current version)
|
||||||
|
|
||||||
|
Tag issues related to this pull request:
|
||||||
|
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
Loading…
Add table
Reference in a new issue