From 8e032f8553557a7b14e6150fc78eba317e9cd9dc Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Thu, 15 May 2025 00:24:37 +0530 Subject: [PATCH] docs: 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 c91c6f384..000000000 --- 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).