diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-09 17:01:35 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-09 17:02:45 -0600 |
| commit | 2a2d031d16f61098dabb688363da0be9ec1afa51 (patch) | |
| tree | be10014d81c3974153c448af7f25b7960f6eb49f /.github | |
| parent | 91217823da0809b3a24139416424e897f2479f5f (diff) | |
be more clear in issue template that you must have fulfilled the prerequisites in order to file an issue
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0bede498..f6de7309 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 PDF, please direct your question to the #users/asciidoctor-pdf stream in the project chat at https://chat.asciidoctor.org. +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're here to report a bug or propose an enhancement, please verify that you're using Asciidoctor PDF 2 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 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. Once you've confirmed you're in the right place, delete this message and proceed! |
