diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2024-01-23 17:23:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 17:23:43 +0100 |
commit | f024cf35d704369454a483495efa24ad95666cb6 (patch) | |
tree | c2c8943e2140aa6ade7de4fcd1286d8f42051f2f /.github | |
parent | Fix url encoded credentials in netloc (#82552) (diff) | |
download | ansible-f024cf35d704369454a483495efa24ad95666cb6.tar.xz ansible-f024cf35d704369454a483495efa24ad95666cb6.zip |
Remove the yum module, redirect it to dnf (#81895)
Fixes #81728
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1757adc413..3159784d15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -87,7 +87,7 @@ body: [collections org]: /ansible-collections - placeholder: dnf, apt, yum, pip, user etc. + placeholder: dnf, apt, pip, user etc. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5a954614e4..dd39c40de1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -139,7 +139,7 @@ body: [collections org]: /ansible-collections - placeholder: dnf, apt, yum, pip, user etc. + placeholder: dnf, apt, pip, user etc. validations: required: true |