Skip to content

Commit 26135c3

Browse files
committed
update PR template
1 parent f26f952 commit 26135c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## Checklist
22
Thank you for contributing to `QuantumToolbox.jl`! Please make sure you have finished the following tasks before opening the PR.
33

4-
- [ ] Please read [Contributing to QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/stable/resources/contribute).
4+
- [ ] Please read [Contributing to QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/stable/resources/contributing).
55
- [ ] Any code changes were done in a way that does not break public API.
66
- [ ] Appropriate tests were added and tested locally by running: `make test`.
77
- [ ] Any code changes should be `julia` formatted by running: `make format`.
88
- [ ] All documents (in `docs/` folder) related to code changes were updated and able to build locally by running: `make docs`.
9+
- [ ] (If necessary) the `CHANGELOG.md` should be updated (regarding to the code changes) and built by running: `make changelog`.
910

1011
Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/) to let the others know this on-going work.
1112

0 commit comments

Comments
 (0)