From 3678912c3e6b5c55e9e33152074cec9cb152943c Mon Sep 17 00:00:00 2001 From: Prasad Honrao Date: Thu, 26 Sep 2024 08:58:29 +0200 Subject: [PATCH] Create PR template --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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 0000000..95afdda --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## Description + +Please include a summary of the changes and the purpose of this pull request. + +- **Related Issues:** (Link any issues this PR addresses, e.g., `Fixes #123` or `Closes #456`) +- **Type of change:** + - [ ] Bug fix + - [ ] New feature + - [ ] Improvement + - [ ] Documentation update + +## Checklist + +- [ ] My code follows the style guidelines of this project. +- [ ] I have performed a self-review of my code. +- [ ] I have commented on my code, particularly in hard-to-understand areas. +- [ ] I have made corresponding changes to the documentation. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] All new and existing tests passed. + +## Screenshots (if applicable) + +Please provide screenshots or videos of the new behavior or changes (if applicable). + +## Additional Information + +Include any other relevant information or context here.