Create bug_report.md

This commit is contained in:
Eric Olkowski 2022-01-23 11:41:25 -05:00 committed by GitHub
parent 24caf40c62
commit 8180561bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'Type: Bug'
assignees: ''
---
<!--
Thank you for taking the time to submit a bug report to The Odin Project. In order to get issues closed in a reasonable amount of time, you must include a baseline of information about the bug in question. Please complete all applicable checkboxes (replace the whitespace between the square brackets with an 'x', e.g. [x]) and answer the following triage questions:
-->
- [ ] I have thoroughly read the [CSS Exercises Contributing Guide](https://github.com/thatblindgeye/css-exercises/blob/main/CONTRIBUTING.md)
- [ ] The title of this issue is in `file/exercise/folder: brief description of bug` format, e.g. `01 flex center: solution files do not match desired outcome`
<!-- Completing the following checkbox does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. -->
- [ ] If approved, I would like to be assigned this issue to work on it
**Description of the Bug**
<!-- A clear and concise description of what the bug is. Include any screenshots that may help show the bug in action. -->
**How To Reproduce**
<!-- What steps one might need to take in order to reproduce this bug. -->
**Expected Behavior**
<!-- A brief description of what you expected to happen. -->
**Desktop/Device:**
- Device: <!-- [e.g. iPhone6] -->
- OS: <!-- [e.g. iOS] -->
- Browser <!-- [e.g. chrome, safari] -->
- Version <!-- [e.g. 22] -->
**Additional Information**
<!-- Any additional information about the bug. -->