From a1cc26d84b4080b2b1c1a33d8c68d882ce658a5f 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..62117b1f1 --- /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/Gallery/CONTRIBUTING.md).