diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..70b10f9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +# Description + +Briefly describe the changes and the related issue. + +## Related Issue + +Link to the issue here: #(issue) + +## Type of Change + +- [ ] Bug fix (fix) +- [ ] New feature (feat) + +## Checklist + +- [ ] Code follows project guidelines +- [ ] Self-reviewed code + +## Additional Notes + +Any additional information. + +## Reviewers + +Tag reviewers for this PR.