Skip to content

Commit 2ca5b70

Browse files
author
Hardening v2.7
committed
docs(github): update and fix pull request template
1 parent bdfa875 commit 2ca5b70

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
11
## Summary
2-
<!-- What does this PR do and why? Link to issues: Fixes #123 -->
2+
<!-- What does this PR do and why? -->
33

4-
Fixes #
4+
Fixes # <!-- Issue number, e.g. #123 -->
55

66
## Type of Change
7-
- 🐛 Bug Fix
8-
- ✨ New Feature
9-
- 🎨 Refactor / Style Update
10-
- 📝 Documentation
7+
- [ ] 🐛 Bug Fix
8+
- [ ] ✨ New Feature
9+
- [ ] 🎨 Refactor / Style Update
10+
- [ ] 📝 Documentation
11+
- [ ] ⚡ Performance Improvement
12+
- [ ] 🛠️ Chore / Tooling
1113

1214
## Testing & Environment
13-
- [ ] Manual test performed on: **[e.g. Windows 11]**
15+
- [ ] Manual test performed on: **[e.g. macOS, Windows 11]**
16+
17+
### Verification Steps
1418
<!-- Describe how to verify the changes below -->
19+
1.
1520

1621
## Visuals (Optional)
22+
> **Note:** If UI changes are present, screenshots or screen recordings are **mandatory**. Please explain any behavioral UI changes.
23+
1724
<!-- Drag and drop screenshots or videos here. -->
25+
26+
## Checklist
27+
- [ ] My code follows the code style guidelines of this project
28+
- [ ] I have performed a self-review of my code
29+
- [ ] My changes generate no new errors or warnings
30+
- [ ] Relevant tests have been performed / updated

0 commit comments

Comments
 (0)