-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
Here is a suggested **Pull Request Template** for your repository: | ||
|
||
--- | ||
|
||
## **Pull Request Template** | ||
|
||
### **Description** | ||
|
||
<!-- Please provide a brief summary of the changes you are making. --> | ||
- What issue does this solve? (If applicable, link to the issue) | ||
- Key points or highlights of the changes. | ||
|
||
--- | ||
|
||
### **Type of Change** | ||
|
||
<!-- Check all that apply --> | ||
- [ ] 🐛 Bug fix | ||
- [ ] ✨ New feature | ||
- [ ] 🔒 Security update | ||
- [ ] 🧹 Code refactor/cleanup | ||
- [ ] 📚 Documentation update | ||
- [ ] 🔧 Build/CI update | ||
|
||
--- | ||
|
||
### **Checklist** | ||
|
||
<!-- Ensure your Pull Request adheres to the project standards --> | ||
- [ ] Code builds and runs locally without errors. | ||
- [ ] All tests pass (run `bundle exec rspec` or equivalent for the project). | ||
- [ ] Added or updated documentation (e.g., README, inline comments). | ||
- [ ] Added or updated tests to cover changes. | ||
- [ ] Linked to related issue(s) or pull request(s). | ||
|
||
--- | ||
|
||
### **Steps to Test Changes** | ||
|
||
<!-- Provide steps to test the changes locally --> | ||
1. Clone this branch: `git clone -b <branch-name> https://github.com/azutoolkit/joobq.git` | ||
2. Run: `<provide commands for building/running/testing>` | ||
3. Verify: `<expected outcome>` | ||
|
||
--- | ||
|
||
### **Related Issues** | ||
|
||
<!-- List any related issues or pull requests --> | ||
- Resolves: # | ||
- Related: # | ||
|
||
--- | ||
|
||
### **Screenshots (if applicable)** | ||
|
||
<!-- Add any relevant screenshots or screencasts to demonstrate changes --> | ||
|
||
--- | ||
|
||
### **Additional Notes** | ||
|
||
<!-- Any other context about the changes that might be helpful for the reviewers. --> | ||
|
||
--- | ||
|
||
*Thank you for contributing to JoobQ! We value your time and effort!* |