diff options
author | John Westcott IV <32551173+john-westcott-iv@users.noreply.github.com> | 2022-06-13 13:44:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 13:44:15 +0200 |
commit | 63d9cd7b5795acfe1fa209366800b7b1ef8a19ae (patch) | |
tree | ebaaa5922325318057d15738b4692df6252dbed4 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Fixing slashes for copy/paste of links (#12359) (diff) | |
download | awx-63d9cd7b5795acfe1fa209366800b7b1ef8a19ae.tar.xz awx-63d9cd7b5795acfe1fa209366800b7b1ef8a19ae.zip |
.github folder maintaince (#12327)
* Removing old awxbot files
* Removing security bug report as GitHub now shows the security piolicy from /SECURITY.md
* Changing feature_request from md to yml
* Adding additional options to bug report components andinstall method
* Removing old ISSUE_TEMPLATE.md
* Changing issue type and adding additional components
* Removing auto-generated change log
* Adding awx_collection and cli components
* Changing content search pattern for type labels
* Changing from collection to awx_collection tag and adding dependencies tag
* Adding unicode bug to bug repot to match feature unicode character
* Changing bug to bug or docs
* Remove docker on * and boot2docker infavor of docker development environmnet
* Create top level issue with: CoC, Enterprise, Top level help
* Remove old CODEOWNERS file
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cf1025713c..e5caf8137c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,3 @@ -<!--- 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 --> @@ -17,15 +9,18 @@ the change does. ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - - Feature Pull Request - - Bugfix Pull Request - - Docs Pull Request + - Breaking Change + - New or Enhanced Feature + - Bug or Docs Fix ##### COMPONENT NAME <!--- Name of the module/plugin/module/task --> - API - UI - Collection + - CLI + - Docs + - Other ##### AWX VERSION <!--- Paste verbatim output from `make VERSION` between quotes below --> |