From 2c0e31cdcf242208a969b0d784a9eb6fa7e8a292 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Thu, 15 May 2025 00:49:02 +0530 Subject: [PATCH] docs(templates): remove local PR template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index c91c6f38..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - - -#### 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/File-Manager/blob/master/CONTRIBUTING.md).