diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-19 23:56:52 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 01:07:04 -0600 |
| commit | f4964585739cdc694b6e77f91f0bf372dcabfe97 (patch) | |
| tree | b7984e415dd479c513cd788b763f93866dc633bc /.github | |
| parent | 9e3750f7b814f5695f8978a5320225430d021e3d (diff) | |
add issue template [no 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..6fae6045 --- /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 or the AsciiDoc syntax, please direct your question to the #users stream in the project chat at https://chat.asciidoctor.org. You can learn more about the project support policy on the following page in the docs: 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. + +Once you've confirmed you're in the right place, you can delete this message and proceed! |
