diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c18ab7c9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Description +### Added/Changed/Fixed +- + +### How to test +- [ ] + +### Expected outcome +- + +## Review +- [ ] Tests executed by +- [ ] "Merge and deploy" approved by + +### This [version](https://semver.org/) is a +- [ ] **MAJOR** - when you make incompatible API changes +- [x] **MINOR** - when you add functionality in a backwards compatible manner +- [ ] **PATCH** - when you make backwards compatible bug fixes or documentation/instructions \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3dad8e..53b6e429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [unreleased] ### CHanged +- Updated PR template - Moved logging setup out of app lifespan and db initialisation logic ### Fixed - Updated version of external images used in GitHub actions