aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-11-12 21:24:59 -0800
committerGitHub <noreply@github.com>2020-11-12 21:24:59 -0800
commit122b234e2318fe7081bcca32a1a5cd91fcf2d628 (patch)
treee820894e145c29b3533a5529e615b997be2d02f5
parent6cbc0db08548655868fa70b6185dc6dc7de2373b (diff)
downloadnng-122b234e2318fe7081bcca32a1a5cd91fcf2d628.tar.gz
nng-122b234e2318fe7081bcca32a1a5cd91fcf2d628.tar.bz2
nng-122b234e2318fe7081bcca32a1a5cd91fcf2d628.zip
Update issue templates (#1341)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..b000b026
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,30 @@
+---
+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.
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Actual Behavior**
+Describe what occurred.
+
+**To Reproduce**
+If possible include actual reproduction test code here.
+Minimal C test cases are perferred.
+
+** Environment Details **
+ - NNG version
+ - Operating system and version
+ - Compiler and language used
+ - Shared or static library
+
+**Additional context**
+Add any other context about the problem here.