forked from TheOdinProject/javascript-exercises
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f002e3d
commit f82c72f
Showing
1 changed file
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,54 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'Status: Needs Review, Type: Bug' | ||
assignees: '' | ||
|
||
about: Create a report to help us improve something that is not working correctly | ||
title: "Bug - :" | ||
labels: "Status: Needs Review, 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 read this template in its entirety before filling it out to ensure that it is filled out correctly. --> | ||
|
||
<!-- Complete the following REQUIRED checkboxes by replacing the whitespace between the square brackets with an 'x', e.g. [x]. --> | ||
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) | ||
- [ ] 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` | ||
Complete the following REQUIRED checkboxes: | ||
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) | ||
- [ ] The title of this issue follows the `Bug - location of bug: brief description of bug` format, e.g. `Bug - Exercises: File type incorrect for all test files` | ||
|
||
The following checkbox is OPTIONAL: | ||
<!-- Completing this checkbox does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. --> | ||
- [ ] I would like to be assigned this issue to work 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. --> | ||
- [ ] I would like to be assigned this issue to work on it | ||
<hr> | ||
|
||
**1. Description of 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. --> | ||
|
||
|
||
**2. How To Reproduce** | ||
<!-- What steps one might need to take in order to reproduce this bug. --> | ||
**2. How To Reproduce:** | ||
<!-- | ||
What steps one might need to take in order to reproduce this bug, e.g.: | ||
1. Log in | ||
2. Visit a lesson page | ||
3. Click the complete button | ||
4. The complete button does not update | ||
--> | ||
|
||
|
||
**3. Expected Behavior** | ||
<!-- A brief description of what you expected to happen. --> | ||
**3. Expected Behavior:** | ||
<!-- | ||
A brief description of what you expected to happen, e.g.: | ||
1. Log in | ||
2. Visit a lesson page | ||
3. Click the complete button | ||
4. The complete button updates correctly | ||
--> | ||
|
||
|
||
**4. Desktop/Device:** | ||
- Device: <!-- [e.g. iPhone6] --> | ||
- OS: <!-- [e.g. iOS] --> | ||
- Browser: <!-- [e.g. chrome, safari] --> | ||
- Version: <!-- [e.g. 22] --> | ||
<!-- The more information you are able to provide, the better. --> | ||
- Device: <!-- [e.g. iPhone6] --> | ||
- OS: <!-- [e.g. iOS] --> | ||
- Browser: <!-- [e.g. chrome, safari] --> | ||
- Version: <!-- [e.g. 22] --> | ||
|
||
**5. Additional Information** | ||
**5. Additional Information:** | ||
<!-- Any additional information about the bug. --> | ||
|