diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-02 03:00:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-02 03:01:57 -0600 |
| commit | 4d0a34411fe3d2ef9577013b82b226444131ad02 (patch) | |
| tree | acf5064831fc157efada3be79db32d67cbf6262b /.github | |
| parent | 300e5db250ad4973d76ee609dd11e7202b78db41 (diff) | |
add issue template to help direct traffic [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..49918241 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +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'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 and below are no longer supported and will not be updated. + +Once you've confirmed you're in the right place, delete this message and proceed! |
