summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-09 19:52:48 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-09 19:52:48 -0600
commit3d0cebf94e34df6f910bb7198e6dc3bc7cc0de8e (patch)
treee1767192c033bfed24381e5fae4cb31cd2a4da39
parent2a2d031d16f61098dabb688363da0be9ec1afa51 (diff)
revise issue template to be even more clear about prerequisites
-rw-r--r--.github/ISSUE_TEMPLATE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index f6de7309..1dbc297d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,5 +1,7 @@
-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.
+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 Asciidoctor PDF 2 and have fulfilled the prerequisites listed in the README. You can check by running `asciidoctor-pdf -v`. If not, please upgrade and retest your scenario. Asciidoctor PDF 1.6.2 and below is no longer supported and will not be updated. 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. 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.
-Once you've confirmed you're in the right place, delete this message and proceed!
+IMPORTANT: The Asciidoctor PDF 1.6.x release line is no longer supported and will not be updated.
+
+Once you've confirmed you're in the right place, you may delete this message and proceed!