summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-09 19:54:26 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-09 19:54:26 -0600
commit290bd4c8f252cdc8c2ff1cb141eca66dd6c1929f (patch)
tree18139dd1bc240824464d677a9636b121a6dcd729
parent3d0cebf94e34df6f910bb7198e6dc3bc7cc0de8e (diff)
reorder statements in issue template
-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 1dbc297d..266a2e03 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
If you've arrived here to ask a question about how to use Asciidoctor PDF, please direct your question to the #users/asciidoctor-pdf 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 the version of Asciidoctor PDF and Ruby you're using by running `asciidoctor-pdf -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 the version of Asciidoctor PDF and Ruby you're using by running `asciidoctor-pdf -v`. When reporting a bug, please provide a sample document that reproduces the problem.
IMPORTANT: The Asciidoctor PDF 1.6.x release line is no longer supported and will not be updated.