From 0b74c7f443d5e616eee53c61879cc8c40fed6729 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Thu, 15 May 2025 00:24:36 +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 a6da78f3..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/Camera/blob/master/CONTRIBUTING.md).