|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Create a report to help us improve something that is not working correctly |
| 4 | +title: "Bug - :" |
| 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: |
| 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 `Bug - location of bug: brief description of bug` format, e.g. `Bug - Exercises: File type incorrect for all test files` |
| 14 | + |
| 15 | +The following checkbox is OPTIONAL: |
| 16 | +<!-- Completing this checkbox does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. --> |
| 17 | +- [ ] I would like to be assigned this issue to work on it |
| 18 | + |
| 19 | +<hr> |
| 20 | + |
| 21 | +**1. Description of the Bug:** |
| 22 | +<!-- A clear and concise description of what the bug is. Include any screenshots that may help show the bug in action. --> |
| 23 | + |
| 24 | + |
| 25 | +**2. How To Reproduce:** |
| 26 | +<!-- |
| 27 | +What steps one might need to take in order to reproduce this bug, e.g.: |
| 28 | +1. Log in |
| 29 | +2. Visit a lesson page |
| 30 | +3. Click the complete button |
| 31 | +4. The complete button does not update |
| 32 | +--> |
| 33 | + |
| 34 | + |
| 35 | +**3. Expected Behavior:** |
| 36 | +<!-- |
| 37 | +A brief description of what you expected to happen, e.g.: |
| 38 | +1. Log in |
| 39 | +2. Visit a lesson page |
| 40 | +3. Click the complete button |
| 41 | +4. The complete button updates correctly |
| 42 | + --> |
| 43 | + |
| 44 | + |
| 45 | +**4. Desktop/Device:** |
| 46 | +<!-- The more information you are able to provide, the better. --> |
| 47 | +- Device: <!-- [e.g. iPhone6] --> |
| 48 | +- OS: <!-- [e.g. iOS] --> |
| 49 | +- Browser: <!-- [e.g. chrome, safari] --> |
| 50 | +- Version: <!-- [e.g. 22] --> |
| 51 | + |
| 52 | +**5. Additional Information:** |
| 53 | +<!-- Any additional information about the bug. --> |
| 54 | + |
0 commit comments