diff options
author | Shane McDonald <me@shanemcd.com> | 2021-08-29 17:28:15 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-08-29 19:58:51 +0200 |
commit | dc0cc0f910900c506fb6f6ce4366e0e0d1d0ee87 (patch) | |
tree | 743d59199895c81abdf5202491122aa6a33b75ef /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Use ansible-runner imports for cpu and memory calculation (#10954) (diff) | |
download | awx-dc0cc0f910900c506fb6f6ce4366e0e0d1d0ee87.tar.xz awx-dc0cc0f910900c506fb6f6ce4366e0e0d1d0ee87.zip |
Automate release process and changelog generation
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e15b861df8..225c377745 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,11 @@ +<!--- changelog-entry +# Fill in 'msg' below to have an entry automatically added to the next release changelog. +# Leaving 'msg' blank will not generate a changelog entry for this PR. +# Please ensure this is a simple (and readable) one-line string. +--- +msg: "" +--> + ##### SUMMARY <!--- Describe the change, including rationale and design decisions --> |