Skip to content

Commit 7c5ab62

Browse files
authored
chore: Add a Pull Request template / checklist (#94)
* Add Pull Request template * Update the changelog
1 parent c17453b commit 7c5ab62

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
77

88
# [unreleased] - YYYY-MM-DD
99
### Added
10+
- [PR 94](https://github.com/salesforce/django-declarative-apis/pull/94) Add a Pull Request template/checklist to the repo
1011
- [PR 92](https://github.com/salesforce/django-declarative-apis/pull/92) Run tests and static analysis as a PR check using GitHub actions
1112
- [PR 83](https://github.com/salesforce/django-declarative-apis/pull/83) Allow Django 3
1213
- [PR 82](https://github.com/salesforce/django-declarative-apis/pull/82) Allow Celery 5 by using `shared_task`

pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- [ ] Update CHANGELOG.md
2+
- [ ] Update README.md (as needed)
3+
- [ ] New dependencies were added to `requirements.txt` or `requirements-dev.txt`
4+
- [ ] `pip install` succeeds with a clean virtualenv
5+
- [ ] There are new or modified tests that cover changes
6+
- [ ] Test coverage is maintained or expanded

0 commit comments

Comments
 (0)