Skip to content

Commit f754493

Browse files
authored
Add PR templates for bug fixes and features with issue requirement (#257)
Co-authored-by: Skippy Bot <botmorten@users.noreply.github.com>
1 parent 731d83a commit f754493

3 files changed

Lines changed: 82 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Related Issue (required)
2+
> Please link an existing issue for this PR.
3+
>
4+
> If no issue exists yet, **create one first** before requesting review.
5+
6+
Closes #
7+
8+
## PR Type
9+
- [ ] Bug fix
10+
- [ ] Feature / Enhancement
11+
- [ ] Refactor / Internal
12+
- [ ] Documentation
13+
14+
## Summary
15+
-
16+
17+
## Validation
18+
- [ ] Tests added/updated where practical
19+
- [ ] Local build/tests/smoke checks run
20+
- [ ] Docs updated (if needed)
21+
22+
## Notes
23+
-
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## PR Type
2+
- [x] Bug fix
3+
4+
## Related Issue (required)
5+
> Please link the issue this PR fixes.
6+
>
7+
> If no issue exists yet, **stop and create one first** before requesting review.
8+
9+
Fixes #
10+
11+
## What changed
12+
-
13+
-
14+
15+
## Root cause
16+
-
17+
18+
## Validation
19+
- [ ] Repro before fix
20+
- [ ] Repro no longer occurs after fix
21+
- [ ] Added/updated tests where practical
22+
- [ ] Ran relevant local validation (build/tests/smoke)
23+
24+
## Breaking changes
25+
- [ ] None
26+
- [ ] Yes (describe below)
27+
28+
## Notes for reviewers
29+
-
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## PR Type
2+
- [x] Feature / Enhancement
3+
4+
## Related Issue (required)
5+
> Please link the issue this PR implements.
6+
>
7+
> If no issue exists yet, **stop and create one first** before requesting review.
8+
9+
Resolves #
10+
11+
## Problem statement
12+
-
13+
14+
## Proposed solution
15+
-
16+
17+
## Alternatives considered
18+
-
19+
20+
## Validation
21+
- [ ] Added/updated tests
22+
- [ ] Updated documentation (if needed)
23+
- [ ] Manual verification completed
24+
25+
## Breaking changes
26+
- [ ] None
27+
- [ ] Yes (describe below)
28+
29+
## Notes for reviewers
30+
-

0 commit comments

Comments
 (0)