From c97f7eeb3f412f4d920308c7a04cee7cbc60f987 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Mon, 24 Aug 2020 18:08:08 -0500 Subject: [PATCH 1/2] docs: enhance pull request template * Added unit tests to the checklist * Added end user docs to the checklist * Added link to the contributing docs * Added section for description and issue links --- .github/pull_request_template.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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" From 6ffb6dc05a0458b0cab781d08d8081b447a129cf Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Mon, 24 Aug 2020 18:12:56 -0500 Subject: [PATCH 2/2] Bump CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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