8000 Create bug_report.md · Boxis/javascript-exercises@baa5b0a · GitHub
[go: up one dir, main page]

Skip to content

Commit baa5b0a

Browse files
Create bug_report.md
1 parent 6dd594c commit baa5b0a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'Status: Needs Review, Type: Bug'
6+
assignees: ''
7+
8+
---
9+
<!-- 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 this template in its entirety before filling it out to ensure that it is filled out correctly. -->
10+
11+
<!-- Complete the following REQUIRED checkboxes by replacing the whitespace between the square brackets with an 'x', e.g. [x]. -->
12+
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md)
13+
- [ ] The title of this issue follows the `where the change occurs: brief description of bug` format, e.g. `React section: Knowledge Checks don't link to resource`
14+
15+
<!-- 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. -->
16+
- [ ] I would like to be assigned this issue to work on it
17+
18+
**1. Description of the Bug**
19+
<!-- A clear and concise description of what the bug is. Include any screenshots that may help show the bug in action. -->
20+
21+
22+
**2. How To Reproduce**
23+
<!-- What steps one might need to take in order to reproduce this bug. -->
24+
25+
26+
**3. Expected Behavior**
27+
<!-- A brief description of what you expected to happen. -->
28+
29+
30+
**4. Desktop/Device:**
31+
- Device: <!-- [e.g. iPhone6] -->
32+
- OS: <!-- [e.g. iOS] -->
33+
- Browser: <!-- [e.g. chrome, safari] -->
34+
- Version: <!-- [e.g. 22] -->
35+
36+
**5. Additional Information**
37+
<!-- Any additional information about the bug. -->
38+

0 commit comments

Comments
 (0)
0