From 122b234e2318fe7081bcca32a1a5cd91fcf2d628 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 12 Nov 2020 21:24:59 -0800 Subject: Update issue templates (#1341) --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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. -- cgit v1.2.3-70-g09d2