summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-09 19:55:04 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-09 19:55:04 -0600
commitb1d2f7101b513414ade941d0f3c8cebc913c8452 (patch)
treee3f1b26af7a4af32f71dc3929ca67074bc6ada10 /.github
parent351be6ee61ff6ffaf4c823d3c5679f25060ab126 (diff)
reorder statements in issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 6ab12832..d315e55f 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,5 +1,5 @@
If you've arrived here to ask a question about how to use Asciidoctor or the AsciiDoc syntax, please direct your question to the #users stream in the project chat at https://chat.asciidoctor.org instead. You can learn more about the project support policy on the following page: https://docs.asciidoctor.org/about/support/
-If you're here to report a bug or propose an enhancement, please verify that you're using the latest patch release (refer to the CHANGELOG) and have fulfilled the prerequisites as stated in the README. You can check which version of Asciidoctor and Ruby you're using by running `asciidoctor -v`. If not, please upgrade and retest your scenario. When reporting a bug, please provide a sample document that reproduces the problem.
+If you're here to report a bug or propose an enhancement, please verify that you're using the latest patch release (refer to the CHANGELOG) and have fulfilled the prerequisites as stated in the README. If not, please upgrade and retest your scenario. You can check which version of Asciidoctor and Ruby you're using by running `asciidoctor -v`. When reporting a bug, please provide a sample document that reproduces the problem.
Once you've confirmed you're in the right place, you may delete this message and proceed!