summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-07-06 09:03:42 +0100
committerGitHub <noreply@github.com>2020-07-06 09:03:42 +0100
commit2780243f594abc157dea90e7e7f2085ed9c3b4f1 (patch)
treea5662836ebd352b9854be7cd9126a63ba1ad9393
parentc5c606c50bc08895acc6bd793f4b184f11450288 (diff)
downloadneon-git-notroj-patch-2.tar.gz
Add issue templatesnotroj-patch-2
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..34be34e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,22 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is, what happened and what you expected to happen.
+
+**Environment**
+ - neon version: [e.g. 0.31.1]
+ - OS: [e.g. Ubuntu]
+ - SSL library version: [e.g. OpenSSL 1.1.1]
+
+**To Reproduce**
+Please provide a minimal code snippet using the neon API to trigger the issue.
+
+**Debugging output**
+Please include neon debugging output generated by e.g. `ne_debug_init(stderr, NE_DBG_HTTP);`