Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

## Checklist
I have read through the [contributing guidelines](https://bigtree.readthedocs.io/en/stable/home/contributing/) and ensured that
- [ ] I have added a descriptive title for this pull request.
- [ ] I have followed the convention and standards, and my code is checked for style and correctness.
- [ ] I have added test cases and ensured unit tests passed and code coverage is 100%.
- [ ] I have ensured documentation and code docstrings are up-to-date.

## Checklist (for reviewer)
- [ ] I have added label (breaking / enhancement / bug / documentation) to this pull request, if applicable.
- [ ] I will ensure this change is captured in the *CHANGELOG.md* file.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added:
- Misc: Pull request template

## [0.21.1] - 2024-08-29
### Changed:
Expand Down