From 02738b55b9459dabfb557296fd9e163d1299042a Mon Sep 17 00:00:00 2001 From: ylluminate Date: Mon, 24 Jun 2019 11:29:08 -0400 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug-report-for-v.md | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report-for-v.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-v.md b/.github/ISSUE_TEMPLATE/bug-report-for-v.md new file mode 100644 index 0000000000..dd4fbaea29 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-for-v.md @@ -0,0 +1,35 @@ +--- +name: Bug report for V +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +## Information about your system: + +#### V version: +*Enter version (ex `v0.1.0`):* + +#### OS: +*Enter OS (ex `macOS 10.14.5`, `Ubuntu Linux 18.04`, `Windows 10 + build number`):* + +#### C COMPILER: +*(ex: `gcc 7.3.1`)* + +## Bug description +#### Description: +*(A clear and concise description of what the bug is)* + +#### Example: +*(Code or some such explicit example of how to reproduce)* + +#### Actual Result: +*(What happened?)* + +#### Expected Result: +*(What should have happened?)* + +#### Screenshots (if applicable): +*(Please add screenshots if it can help explain)*