Skip to content

Commit 6ab4073

Browse files
authored
Merge pull request #301 from kayjan/add-mr-template
Update CHANGELOG and pull request template
2 parents b74f778 + c24e97e commit 6ab4073

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
## Checklist
1111
I have read through the [contributing guidelines](https://bigtree.readthedocs.io/en/stable/home/contributing/) and ensured that
12+
- [ ] I have added a descriptive title for this pull request.
1213
- [ ] I have followed the convention and standards, and my code is checked for style and correctness.
1314
- [ ] I have added test cases and ensured unit tests passed and code coverage is 100%.
1415
- [ ] I have ensured documentation and code docstrings are up-to-date.
16+
17+
## Checklist (for reviewer)
18+
- [ ] I have added label (breaking / enhancement / bug / documentation) to this pull request, if applicable.
19+
- [ ] I will ensure this change is captured in the *CHANGELOG.md* file.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added:
9+
- Misc: Pull request template
810

911
## [0.21.1] - 2024-08-29
1012
### Changed:

0 commit comments

Comments
 (0)