From ca06d3badbe1b742379d946841211326c447dafc Mon Sep 17 00:00:00 2001 From: ABHISHEK FADAKE <31249309+fadkeabhi@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:49:10 +0530 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..2044b70a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## Description +Please provide a clear and concise description of the changes in this PR. + +## Related Issue +If applicable, link the issue this PR addresses. + +## Types of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update + +## Checklist +- [ ] I have read the [CONTRIBUTING](https://github.com/michaelfeil/infinity/tree/main?tab=readme-ov-file#contribute-and-develop) guidelines. +- [ ] My code follows the code style of this project. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. +- [ ] My changes generate no new warnings. +- [ ] I have updated the documentation accordingly. + +## Additional Notes +Add any other context about the PR here. + +## License +By submitting this PR, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/michaelfeil/infinity/blob/main/LICENSE).