-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from Outblock/add-PR-template
Create pull_request_template.md
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
## Related Issue | ||
<!-- If this PR addresses an issue, link it here (e.g., "Closes #123") --> | ||
|
||
## Summary of Changes | ||
<!-- Provide a concise description of the changes made in this PR. | ||
What functionality was added, updated, or fixed? --> | ||
|
||
## Need Regression Testing | ||
<!-- Indicate whether this PR requires regression testing and why. --> | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
## Risk Assessment | ||
<!-- Assess the risk level of this PR: | ||
- Low: Minimal impact, straightforward changes. | ||
- Medium: Potential for some edge cases or indirect effects. | ||
- High: Could affect critical functionality or many users. | ||
--> | ||
- [ ] Low | ||
- [ ] Medium | ||
- [ ] High | ||
|
||
## Additional Notes | ||
<!-- Add any other context or comments about the PR here --> | ||
|
||
## Screenshots (if applicable) | ||
<!-- Attach any screenshots that help explain your changes --> |