summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2018-12-11 09:23:16 -0500
committerJohn R Barker <john@johnrbarker.com>2018-12-11 14:23:16 +0000
commitf8685e48191d0267fc9e9581312a060b63c7f7c6 (patch)
tree06778a3754bf38092b2286bb81ae4a24835f403d /.github/ISSUE_TEMPLATE
parente7750768f707b92887590393e8317e82ab82c8bc (diff)
downloadansible-f8685e48191d0267fc9e9581312a060b63c7f7c6.tar.gz
Let submitters know component is 'best effort' (#49619)
* Let submitters know component is 'best effort' * updated as per FB
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b5d7009d8a..2632a342a9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -13,7 +13,7 @@ about: Create a report to help us improve
- Bug Report
##### COMPONENT NAME
-<!--- Write the short name of the module, plugin, task or feature below -->
+<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md
index 951bd8a15d..2a944742ad 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.md
+++ b/.github/ISSUE_TEMPLATE/documentation_report.md
@@ -15,7 +15,7 @@ about: Ask us about docs
- Documentation Report
##### COMPONENT NAME
-<!--- Write the name of the rst file, module, plugin, task or feature below -->
+<!--- Write the short name of the module, plugin, task or feature below, use your best if unsure -->
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 55c861b952..033d0feb9a 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -12,7 +12,7 @@ about: Suggest an idea for this project
- Feature Idea
##### COMPONENT NAME
-<!--- Write the short name of the new feature, module, plugin or task below -->
+<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
##### ADDITIONAL INFORMATION
<!--- Describe how the feature would be used, why it is needed and what it would solve -->