From 17d883bd73e54e3c3d495416b0f5d40aad376210 Mon Sep 17 00:00:00 2001 From: Harsh Panchal Date: Thu, 10 Jul 2025 12:37:12 +0530 Subject: [PATCH] Fixed hyperlinks pull_request_template.md --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b4f5e29d..acc00ae4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,9 +6,8 @@ please make sure that you have done all of the following. You can tick the boxes below by placing an x inside the brackets like this: [x] --> -- [ ] I have read the contribution guidelines: +- [ ] I have read the contribution guidelines: - [ ] I have performed a self-review of my code -- [ ] I have run the automated code checks using `./gradlew checkstyle spotbugsPlayDebug spotbugsDebug :app:lintPlayDebug` -- [ ] My code follows the style guidelines of the AntennaPod project: + - [ ] I have mentioned the corresponding issue and the relevant keyword (e.g., "Closes: #xy") in the description (see ) - [ ] If it is a core feature, I have added automated tests