diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2025-01-14 15:04:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 15:04:43 +0100 |
commit | 4c30e8b6cfbc0994e5fc1770e4d2139d2cfe0b46 (patch) | |
tree | 476a729d43f588ea94b97d7dbc825206415e1068 /.github/PULL_REQUEST_TEMPLATE/New feature.md | |
parent | Enforce FQCNs in seealso plugin/module entries. (#84325) (diff) | |
download | ansible-4c30e8b6cfbc0994e5fc1770e4d2139d2cfe0b46.tar.xz ansible-4c30e8b6cfbc0994e5fc1770e4d2139d2cfe0b46.zip |
.github: simplify PR templates (#84536)
It is rare that we need to provide information like "before and after
the change". In majority of cases we just ignore "Additional
information" when submitting PRs. We can just put the needed information
into the summary if needed and remove the section from the template,
simplifying it.
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/New feature.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/New feature.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/New feature.md b/.github/PULL_REQUEST_TEMPLATE/New feature.md index 9e10c45d5d..bd56e02116 100644 --- a/.github/PULL_REQUEST_TEMPLATE/New feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/New feature.md @@ -2,18 +2,8 @@ <!--- Describe the change below, including rationale and design decisions --> -<!--- HINT: Include "Resolves #nnn" if you are fixing an existing issue --> +<!--- Add "Fixes #1234" if there is a corresponding issue --> ##### ISSUE TYPE - Feature Pull Request - -##### ADDITIONAL INFORMATION - -<!--- Include additional information to help people understand the change here --> - -<!--- Paste verbatim command output below, e.g. before and after your change --> - -```paste below - -``` |