diff options
author | John R Barker <john@johnrbarker.com> | 2021-03-04 17:06:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 17:06:00 +0000 |
commit | a165c720731243a1d26c070f532447283bb16e25 (patch) | |
tree | 6b2778688323e78ce459021f3f2e2f1aa4504b51 /.github/ISSUE_TEMPLATE | |
parent | 2d85c9de93c3d3ff6708cd0e2ac547d08a9d8cc1 (diff) | |
download | ansible-a165c720731243a1d26c070f532447283bb16e25.tar.gz |
feature_request: Component Name (#73787)
Typo in name results in Bot shouting
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 757a45c52c..3e100a2325 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -37,7 +37,7 @@ body: - type: input attributes: - label: Component Type + label: Component Name description: >- Write the short name of the module, plugin, task or feature below, *use your best guess if unsure*. |