From 5fa5df1a10fc4b17dc9827012974ce55bc7d42a3 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 25 Jan 2024 02:20:13 +0530 Subject: [PATCH] Create pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 000000000..6fc0b4e75 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +#### What is it? +- [ ] Bugfix +- [ ] Feature +- [ ] Codebase improvement + +#### Description of the changes in your PR + +- Updated colors +- Update strings +- Added documentation + +#### Before/After Screenshots/Screen Record + +- Before: +- After: + +#### Fixes the following issue(s) + +- Fixes # + +#### Relies on the following changes + +- + +#### Acknowledgement +- [ ] I read the [contribution guidelines](https://github.com/FossifyOrg/Calendar/CONTRIBUTING.md).