Skip to content

Commit 90ee382

Browse files
authored
Create BUG_FIX.md
Signed-off-by: Jorch C. <jacortez_94@hotmail.com>
1 parent e6bc162 commit 90ee382

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Bug Fix: [Bug Title or Issue ID]
2+
3+
## Description
4+
Provide a concise summary of the bug and how it was affecting the project.
5+
You can refer to [Link here] to view the fix working.
6+
7+
## Steps to Reproduce (if applicable)
8+
Outline the steps to reproduce the bug (if known):
9+
1. Step 1
10+
2. Step 2
11+
3. Step 3
12+
13+
## Related Issues
14+
- Link any issues related to this bug (e.g., `Fixes #123`).
15+
16+
## Fix Details
17+
- Describe the fix and how it resolves the issue.
18+
- Mention any edge cases considered.
19+
20+
## Changes Made
21+
- List the key changes or corrections made in this PR.
22+
23+
24+
## Checklist
25+
- [ ] Bug has been tested and verified locally.
26+
- [ ] Regression tests have been added (if necessary).
27+
- [ ] Documentation has been updated (if necessary).
28+
29+
## Additional Notes
30+
Add any extra details or comments for reviewers.

0 commit comments

Comments
 (0)