diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e0f3e04 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +## Description + +Please describe the changes you are proposing and why. + +## Testing + +Describe how you tested these changes (if applicable). + +## Contributor License Agreement + +By submitting this pull request, I confirm that: + +- [ ] I have read the `CONTRIBUTING.md` file. +- [ ] I agree that my contribution may be licensed under the GNU AGPL v3. +- [ ] I agree that my contribution may also be used under a separate commercial license for this project, at the maintainer's discretion.