-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpull_request_template.md
More file actions
15 lines (12 loc) · 733 Bytes
/
pull_request_template.md
File metadata and controls
15 lines (12 loc) · 733 Bytes
Edit and raw actions
OlderNewer
1
Fixes # .
2
3
### Description
4
5
A few sentences describing the changes proposed in this pull request.
6
7
### Types of changes
8
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
9
- [x] Non-breaking change (fix or new feature that would not break existing functionality).
10
- [ ] Breaking change (fix or new feature that would cause existing functionality to change).
11
- [ ] New tests added to cover the changes.
12
- [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`.
13
- [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`.
14
- [ ] In-line docstrings updated.
15
- [ ] Documentation updated, tested `make html` command in the `docs/` folder.