-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added pull request template and updated documentation to point out gi…
…t stage is needed for pre-commit to work.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### General: | ||
|
||
* [ ] Have you followed the guidelines in our Contributing document? | ||
* [ ] Have all checks, quality assurance steps and tests passed? | ||
|
||
### Quality checks: | ||
|
||
* [ ] Have you updates the **CHANGELOG.rst** file? | ||
* [ ] Have you updated the `version` and `author` attributes (as appropriate) in the **pyproject.toml** file? | ||
|
||
### Community standards: | ||
|
||
* [ ] Have you followed [Semantic Versioning](https://semver.org)? | ||
* [ ] Have you updated the **docstrings** and / or **documentation** files to reflect your change? | ||
|
||
### What is the purpose of this change? | ||
|
||
The purpose of this change is to... | ||
|
||
### What does the change consist of? | ||
|
||
This change consists of... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters