summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-09 19:51:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-09 19:51:52 -0600
commit351be6ee61ff6ffaf4c823d3c5679f25060ab126 (patch)
tree165983dc45c369a9e9c5c2b19359815de9577338
parentc98422f9bd642dbca411985ffebb231aeade2da4 (diff)
be more clear in issue template that you must have fulfilled the prerequisites in order to file an issue
-rw-r--r--.github/ISSUE_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a1caa05f..6ab12832 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 run `asciidoctor -v` to verify you're using the latest patch release, which you can find in the CHANGELOG. If you're not using the latest patch release, please upgrade and retest your scenario.
+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.
-Once you've confirmed you're in the right place, you can delete this message and proceed!
+Once you've confirmed you're in the right place, you may delete this message and proceed!