diff options
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 |