diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..5d9a97e9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Pull Request Agreement + +By opening this pull request, you agree to the following: + +- [ ] I have read the [contributing](http://github.com/infinitered/ignite-cookbook/blob/main/CONTRIBUTING.md) guidelines. +- [ ] I have adhered to the coding standards and best practices. +- [ ] I have ensured that my code changes do not introduce new issues. +- [ ] I understand that my changes may be modified or rejected during the review process. +- [ ] I have updated relevant documentation, if applicable. + +Thank you for your contribution!