Update bug.md

This commit is contained in:
Jesse Squires 2020-01-19 20:43:16 -08:00 committed by GitHub
parent 83c6d59aab
commit d6c725cc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,33 +2,38 @@
name: Bug report name: Bug report
about: Report a bug to help us improve about: Report a bug to help us improve
title: '' title: ''
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---
**Describe the bug** *Have you read the [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)?*
A clear and concise description of what the bug is.
**To Reproduce** ## General Information
Steps to reproduce the behavior: <!-- Please complete the following -->
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**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: - Project version:
- Platform/OS version: [e.g. iOS 12.1, tvOS 13, macOS 10.15.1] <!--[examples: 1.0, 3.2.0]-->
- Devices: [e.g. iPhone X, iPad Air, MacBook Pro]
- Reproducible in the example project?: [Yes/No] - Platform/OS version:
<!--[examples: iOS 12.1, tvOS 13.0, macOS 10.15.1, Safari 12]-->
- Devices:
<!--[e.g. iPhone X, iPad Air, MacBook Pro]-->
- Other related GitHub issues?: - Other related GitHub issues?:
**Additional context** ## Describe the bug
Add any other context about the problem here. *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.*