File tree Expand file tree Collapse file tree
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments