From 084a44a5e5ab9cf2d02a0bbbcf4b4875293aa07a Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 10 Nov 2023 14:49:42 +0100 Subject: [PATCH] Create pull_request_template.md --- .../pull_request_template.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..45a3586 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,29 @@ +# Pull Request + +## Description +_Briefly describe the purpose of this pull request_ + +## Changes Made +_Describe the changes you made in this PR_ + +## Related Issues +_Reference any related issues here. Use the format "Fixes #" if this PR fixes an issue._ + +## How to Test +_Provide step-by-step instructions or commands on how to test your changes_ + +## Screenshots (if applicable) +_Include screenshots or GIFs that demonstrate the changes (if applicable)_ + +## Checklist +_Place an 'x' in the checkboxes that apply. +If you're unsure about any of them, don't hesitate to ask._ + +- [ ] I have read the [contribution guidelines](https://github.com/aceinnolab/Inkycal/blob/main/.github/CONTRIBUTING.md) +- [ ] My code follows the project's coding standards +- [ ] I have tested my changes +- [ ] I have updated the documentation +- [ ] My changes do not introduce new warnings or errors + +## Additional Notes +_Any additional information or context you want to provide_