From d6c725cc771fbb998d6ef18016355cc14ff59aab Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sun, 19 Jan 2020 20:43:16 -0800 Subject: [PATCH] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 47 +++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index dfaef4c..3349932 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,33 +2,38 @@ name: Bug report about: Report a bug to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +*Have you read the [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)?* -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +## General Information + -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**General Information (please complete the following):** - Project version: - - Platform/OS version: [e.g. iOS 12.1, tvOS 13, macOS 10.15.1] - - Devices: [e.g. iPhone X, iPad Air, MacBook Pro] - - Reproducible in the example project?: [Yes/No] + + + - Platform/OS version: + + + - Devices: + + - Other related GitHub issues?: -**Additional context** -Add any other context about the problem here. +## Describe the bug +*Provide a clear and concise description of what the bug is.* + +## Steps to reproduce +*Provide numbered steps to follow to reproduce the bug.* + +## Expected behavior +*Provide a clear and concise description of what you expected to happen.* + +## 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.*