From f871c4c2f87dfaec327837464a66f7d71d75445b Mon Sep 17 00:00:00 2001 From: G r e y Date: Thu, 8 Apr 2021 00:04:17 +0000 Subject: [PATCH] chore: Add release pr template --- .github/PULL_REQUEST_TEMPLATE/release-template.md | 14 ++++++++++++++ .markdownlintignore | 1 + 2 files changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/release-template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/release-template.md b/.github/PULL_REQUEST_TEMPLATE/release-template.md new file mode 100644 index 000000000..c37293144 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release-template.md @@ -0,0 +1,14 @@ +## Changelog Run History (`cdr/m/scripts/clog/generate-clog.sh`) + +- **yyyy-mm-dd** + - Using Previous Object: `` + - Using Latest Object: `` + +## Release Checklist + +- [ ] All Feature documentation merged +- [ ] Changelog completed +- [ ] Technical Engineer Review +- [ ] Documentation Owner Review +- [ ] Release Manager Review +- [ ] Commit cleaned up and co-authored diff --git a/.markdownlintignore b/.markdownlintignore index 3c3629e64..e46d2c8e8 100644 --- a/.markdownlintignore +++ b/.markdownlintignore @@ -1 +1,2 @@ +.github/PULL_REQUEST_TEMPLATE/release-template.md node_modules