Update bug_report.md
This commit is contained in:
parent
7c88a0e2a5
commit
ea660bf5fa
|
@ -2,33 +2,38 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Status: Needs Review, Type: Bug'
|
||||||
assignees: ''
|
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 read over this template in its entirety before filling it out to ensure that it is filled out properly. -->
|
||||||
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:
|
|
||||||
-->
|
<!-- Please complete the following two REQUIRED checkboxes (replace the whitespace between the square brackets with an 'x', e.g. [x]). -->
|
||||||
- [ ] I have thoroughly read the [CSS Exercises Contributing Guide](https://github.com/thatblindgeye/css-exercises/blob/main/CONTRIBUTING.md)
|
- [ ] 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`
|
- [ ] 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. -->
|
<!-- The following checkbox is OPTIONAL. Completing it 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
|
- [ ] If approved, I would like to be assigned this issue to work on it
|
||||||
|
|
||||||
**Description of the Bug**
|
<!-- Complete the following triage questions. The more information you are able to provide, the easier it is to determine a best course of action to resolve the bug. -->
|
||||||
|
**1. 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. -->
|
<!-- A clear and concise description of what the bug is. Include any screenshots that may help show the bug in action. -->
|
||||||
|
|
||||||
**How To Reproduce**
|
|
||||||
|
**2. How To Reproduce**
|
||||||
<!-- What steps one might need to take in order to reproduce this bug. -->
|
<!-- What steps one might need to take in order to reproduce this bug. -->
|
||||||
|
|
||||||
**Expected Behavior**
|
|
||||||
|
**3. Expected Behavior**
|
||||||
<!-- A brief description of what you expected to happen. -->
|
<!-- A brief description of what you expected to happen. -->
|
||||||
|
|
||||||
**Desktop/Device:**
|
|
||||||
|
**4. Desktop/Device:**
|
||||||
- Device: <!-- [e.g. iPhone6] -->
|
- Device: <!-- [e.g. iPhone6] -->
|
||||||
- OS: <!-- [e.g. iOS] -->
|
- OS: <!-- [e.g. iOS] -->
|
||||||
- Browser <!-- [e.g. chrome, safari] -->
|
- Browser: <!-- [e.g. chrome, safari] -->
|
||||||
- Version <!-- [e.g. 22] -->
|
- Version: <!-- [e.g. 22] -->
|
||||||
|
|
||||||
**Additional Information**
|
**5. Additional Information**
|
||||||
<!-- Any additional information about the bug. -->
|
<!-- Any additional information about the bug. -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue