You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Please use `QuantumToolbox.about()` or `QuantumToolbox.versioninfo()` to get the information about your environment and paste it here (automatically formatted)
Thank you for contributing to `QuantumToolbox.jl`! Please make sure you have finished the following tasks before opening the PR.
3
3
4
-
-[ ] Please read [Contributor Covenant Code of Conduct](https://github.com/qutip/QuantumToolbox.jl/blob/main/CODE_OF_CONDUCT.md)
5
-
-[ ] Any code changes were done in a way that does not break public API
6
-
-[ ] Appropriate tests were added.
7
-
-[ ] Any code changes should be formatted by running: `julia -e 'using JuliaFormatter; format(".")'`
8
-
-[ ] All documentation (in `docs/` folder) related to code changes were updated.
4
+
-[ ] Please read [Contributing to QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/stable/resources/contributing).
5
+
-[ ] Any code changes were done in a way that does not break public API.
6
+
-[ ] Appropriate tests were added and tested locally by running: `make test`.
7
+
-[ ] Any code changes should be `julia` formatted by running: `make format`.
8
+
-[ ] 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`.
9
10
10
11
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.
11
12
12
13
## Description
13
14
Describe the proposed change here.
14
15
15
16
## Related issues or PRs
16
-
Please mention the related issues or PRs here. If the PR fixes an issue, use the keyword close/closes/closed/fix/fixes/fixed/resolve/resolves/resolved followed by the issue id, e.g. fix #1234
17
+
Please mention the related issues or PRs here. If the PR fixes an issue, use the keyword close/closes/closed/fix/fixes/fixed/resolve/resolves/resolved followed by the issue id, e.g. fix #[id]
0 commit comments