Skip to content

Commit

Permalink
add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Oct 22, 2024
1 parent e1c2fa4 commit a40c6ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- Thank you for your contribution to DeepSensor! -->
<!-- Please fill out the details in the pull request description below as appropriate -->
<!-- Ensure that you abide by the code of conduct -->

## :pencil: Description
<!-- Please provide a clear description of the changes that are introduced in this pull request and why -->
<!-- It also helps to explain any justification or options you're aware of -->
<!-- If this pull request relates to an issue, please include the issue number here, e.g. #42 -->


## :white_check_mark: Checklist before requesting a review
(See the contributing guide for more details on these steps.)
- [ ] I have installed developer dependencies with `pip install -r requirements/requirements.dev.txt` and running `pre-commit install` (or alternatively, manually running `ruff format` before commiting)

If changing or adding source code:
- [ ] tests are included and are passing (run `pytest`).
- [ ] documentation is included or updated as relevant, including docstrings.

If changing or adding documentation
- [ ] docs build successfully (`jupyter-book build docs --all`)

0 comments on commit a40c6ba

Please sign in to comment.