Skip to content

Commit bc079e5

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 8a1a0c0 commit bc079e5

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
Here is a suggested **Pull Request Template** for your repository:
2+
3+
---
4+
5+
## **Pull Request Template**
6+
7+
### **Description**
8+
9+
<!-- Please provide a brief summary of the changes you are making. -->
10+
- What issue does this solve? (If applicable, link to the issue)
11+
- Key points or highlights of the changes.
12+
13+
---
14+
15+
### **Type of Change**
16+
17+
<!-- Check all that apply -->
18+
- [ ] 🐛 Bug fix
19+
- [ ] ✨ New feature
20+
- [ ] 🔒 Security update
21+
- [ ] 🧹 Code refactor/cleanup
22+
- [ ] 📚 Documentation update
23+
- [ ] 🔧 Build/CI update
24+
25+
---
26+
27+
### **Checklist**
28+
29+
<!-- Ensure your Pull Request adheres to the project standards -->
30+
- [ ] Code builds and runs locally without errors.
31+
- [ ] All tests pass (run `bundle exec rspec` or equivalent for the project).
32+
- [ ] Added or updated documentation (e.g., README, inline comments).
33+
- [ ] Added or updated tests to cover changes.
34+
- [ ] Linked to related issue(s) or pull request(s).
35+
36+
---
37+
38+
### **Steps to Test Changes**
39+
40+
<!-- Provide steps to test the changes locally -->
41+
1. Clone this branch: `git clone -b <branch-name> https://github.com/azutoolkit/joobq.git`
42+
2. Run: `<provide commands for building/running/testing>`
43+
3. Verify: `<expected outcome>`
44+
45+
---
46+
47+
### **Related Issues**
48+
49+
<!-- List any related issues or pull requests -->
50+
- Resolves: #
51+
- Related: #
52+
53+
---
54+
55+
### **Screenshots (if applicable)**
56+
57+
<!-- Add any relevant screenshots or screencasts to demonstrate changes -->
58+
59+
---
60+
61+
### **Additional Notes**
62+
63+
<!-- Any other context about the changes that might be helpful for the reviewers. -->
64+
65+
---
66+
67+
*Thank you for contributing to JoobQ! We value your time and effort!*

0 commit comments

Comments
 (0)