File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
# [ unreleased] - YYYY-MM-DD
9
9
### Added
10
+ - [ PR 94] ( https://github.com/salesforce/django-declarative-apis/pull/94 ) Add a Pull Request template/checklist to the repo
10
11
- [ PR 92] ( https://github.com/salesforce/django-declarative-apis/pull/92 ) Run tests and static analysis as a PR check using GitHub actions
11
12
- [ PR 83] ( https://github.com/salesforce/django-declarative-apis/pull/83 ) Allow Django 3
12
13
- [ PR 82] ( https://github.com/salesforce/django-declarative-apis/pull/82 ) Allow Celery 5 by using ` shared_task `
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments