summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-12-07 09:50:48 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2016-12-14 11:30:44 -0500
commit8a25b2477c8fada20cf85269480abf6163f85a24 (patch)
treeb5388d84137bb9c7352abec5f1776d4330104312 /.github
parentfa96438f4c05f1ff2934198fa8aef7ef05a02ec0 (diff)
downloadansible-8a25b2477c8fada20cf85269480abf6163f85a24.tar.gz
Remove the hint to report module issue elsewhere.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 04e109621c..53cb745e71 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,8 +1,8 @@
<!---
-Please verify first that your issue/request is not already reported in GitHub
+Verify first that your issue/request is not already reported on GitHub.
+Also test if the latest release, and master branch are affected too.
-->
-
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
@@ -35,12 +35,12 @@ managing, or say “N/A” for anything that is not platform-specific.
##### STEPS TO REPRODUCE
<!---
-For bugs, show exactly how to reproduce the problem.
+For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used.
-->
<!--- Paste example playbooks or commands between quotes below -->
-```
+```yaml
```