From bfa9e52d836f6009af50a5cc51e3373397150d7b Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sun, 19 Jan 2020 21:23:52 -0800 Subject: [PATCH] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a79187f..5cad9c2 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -7,6 +7,8 @@ assignees: '' --- + + *Have you read the [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)?* ## General Information @@ -18,22 +20,29 @@ assignees: '' - Platform/OS version: + - IDE version: + + - Devices: - - Other related GitHub issues?: + - Any related GitHub issues: ## Describe the bug *Clearly and concisely describe the bug.* ## Steps to reproduce -*Provide numbered steps to follow to reproduce the bug.* +*Provide numbered steps to follow that reproduce the bug.* ## Expected behavior *Clearly and concisely describe what you expected to happen.* +## Stack trace, compiler error, code snippets +*Paste the full output of any stack trace or compiler error.* +*Include a code snippet that reproduces the described behavior, if applicable* + ## Screenshots *If applicable, add screenshots, gifs, or videos to help explain your problem.* ## Additional context -*Add any other context about the problem here, including code snippets.* +*Add any other useful information about the problem here.*