Skip to content

Commit 80013cd

Browse files
authored
Create pull_request_template.md
Signed-off-by: Harsh Dev Pathak <[email protected]>
1 parent 81a61d0 commit 80013cd

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/pull_request_template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## 📋 Description
2+
3+
<!-- Please provide a brief description of your changes and explain the purpose of the PR. -->
4+
5+
## 🔨 Changes Made
6+
7+
<!-- List the changes made in this PR. If it fixes an issue, please include the issue number (e.g., Fixes #123). -->
8+
9+
-
10+
-
11+
-
12+
13+
## ✅ Checklist
14+
15+
Before submitting the PR, please make sure you have completed the following:
16+
17+
- [ ] I have read and followed the guidelines outlined in CONTRIBUTING.md.
18+
- [ ] My code adheres to the project's coding style and conventions.
19+
- [ ] I have thoroughly reviewed my own code for errors and improvements.
20+
- [ ] I have added comments to explain complex or non-obvious parts of the code.
21+
- [ ] I have updated the documentation where necessary.
22+
- [ ] I have tested my changes locally to confirm they work as expected.
23+
24+
## 🏷️ Types of Changes
25+
26+
What type of changes does your code introduce? (Check all that apply)
27+
28+
- [ ] Bug fix (non-breaking change which fixes an issue) 🐛
29+
- [ ] New feature (non-breaking change which adds functionality) ✨
30+
- [ ] UI enhancement (non-breaking change which enhances UI) 🎨
31+
- [ ] Documentation update 📚
32+
33+
- Fixes #
34+
35+
## 📸 Screenshots (if applicable)
36+
37+
<!-- If your changes include any UI updates, add screenshots here to show the changes. -->
38+
39+
---
40+
41+
*Thank you for contributing to Fedimint-web-wallet! We look forward to reviewing your PR and getting it merged!*

0 commit comments

Comments
 (0)