Skip to content

Commit 2c18a22

Browse files
authored
Add a generic PR template (#319)
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 810ceaa commit 2c18a22

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!-- Thanks for sending a pull request! -->
2+
3+
## Title
4+
<!-- Short, descriptive title for the PR -->
5+
[Add title here]
6+
7+
---
8+
9+
## Description
10+
<!-- Describe what this PR does and why -->
11+
- What changed:
12+
- Why it’s needed:
13+
- How it works:
14+
15+
---
16+
17+
## Related Issue(s)
18+
<!-- Link issues using #ISSUE_NUMBER -->
19+
- Closes/Fixes #
20+
21+
---
22+
23+
## Type of Change
24+
<!-- Check all that apply -->
25+
- [ ] Bug fix
26+
- [ ] New feature
27+
- [ ] Enhancement
28+
- [ ] Refactor
29+
- [ ] Documentation
30+
- [ ] Tests
31+
- [ ] Other: ________
32+
33+
---
34+
35+
## Checklist
36+
- [ ] Code follows project style guidelines
37+
- [ ] Self-reviewed changes
38+
- [ ] Tests added/updated
39+
- [ ] Documentation added/updated
40+
- [ ] All tests and gating checks pass
41+
42+
---
43+
44+
## Testing Instructions (Optional)
45+
1.
46+
2.
47+
3.
48+
49+
---
50+
51+
## Additional Notes (Optional)
52+
- Known issues:
53+
- Further improvements:
54+
- Review notes:

0 commit comments

Comments
 (0)