From 18a4b098eb7f86fb13a3cb2acf56a0e14a5eb757 Mon Sep 17 00:00:00 2001 From: Aakash Kumar Gorai Date: Sat, 2 Dec 2023 03:38:58 +0530 Subject: [PATCH] Update pull_request_template.md (#1246) --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8128ba6f51..8b25101b27 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,7 +9,7 @@ Please make sure that for your contribution: - [ ] All the markdown files follow these [format rules](https://github.com/OWASP/CheatSheetSeries/blob/master/CONTRIBUTING.md#markdown). - [ ] All your assets are stored in the **assets** folder. - [ ] All the images used are in the **PNG** format. -- [ ] Any references to websites have been formatted as [TEXT](URL) +- [ ] Any references to websites have been formatted as `[TEXT](URL)` - [ ] You verified/tested the effectiveness of your contribution (e.g., the defensive code proposed is really an effective remediation? Please verify it works!). - [ ] The CI build of your PR pass, see the build status [here](https://github.com/OWASP/CheatSheetSeries/actions).