From 32b0247cbf487722fc93ab9554dbc26cc9cacd4a Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:49:58 +0300 Subject: [PATCH] Remove an unnecessary line in the checklist in pull_request_template.md As Daudix told me on Discord, adding the URL in `presets.json` isn't needed anymore. Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d115e0c..0399810 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,6 @@ Before submitting the PR, I checked: - [ ] I've only modified one preset -- [ ] I've added the URL to my raw preset in `presets.json` - [ ] I've checked the format of each json files I modified - [ ] (optional) I've added screenshots - [ ] The preset name is following preset naming guidelines.