summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2018-05-21 10:10:20 -0400
committerGitHub <noreply@github.com>2018-05-21 10:10:20 -0400
commit231c3586bd970d1bc086b361860d55085d8c0798 (patch)
tree945899086b49f51fa533aa73a232962dd145a2e2 /.github/ISSUE_TEMPLATE/bug_report.md
parent1c20029694b647c90612b5116bb619d806bf2aae (diff)
downloadansible-231c3586bd970d1bc086b361860d55085d8c0798.tar.gz
Move summary to top for issue template (#40401)
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d2c65103a3..a481fc9fae 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -11,6 +11,9 @@ Also test if the latest release, and devel branch are affected too.
ALWAYS add information AFTER (OUTSIDE) these html comments.
Otherwise it may end up being automatically closed by our bot. -->
+##### SUMMARY
+<!--- Explain the problem briefly -->
+
##### ISSUE TYPE
- Bug Report
@@ -35,9 +38,6 @@ managing, or say "N/A" for anything that is not platform-specific.
Also mention the specific version of what you are trying to control,
e.g. if this is a network bug the version of firmware on the network device.-->
-##### SUMMARY
-<!--- Explain the problem briefly -->
-
##### STEPS TO REPRODUCE
<!--- For bugs, show exactly how to reproduce the problem, using a minimal test-case.
For new features, show how the feature would be used. -->