diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbf2a67a9..5e87915b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,17 @@ -## Checklist + -- [ ] Update changelog in CHANGELOG.md, use section "Unreleased". +**Description** + + + + +Fixes #ISSUE + +**Checklist** + +- [ ] Unit tests updated +- [ ] End user documentation updated +- [ ] CHANGELOG.md updated, use section "Unreleased" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df762c2a..33693d7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Unreleased +- Enhance pull request template @seanmalloy - Improve errors context for AWS provider - Scaleway Provider (#1643) @Sh4d1 - Fix typos in documentation @ddymko