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