From e3b21ccdba9d0373f743dfd74a4fe74a9cc32c0c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 29 Jul 2024 16:42:55 +0200 Subject: [PATCH] Update pull_request_template.md Signed-off-by: James Cole --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90c36ef0215..f3c1785261b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,6 +6,7 @@ Thank you for submitting new code to Firefly III, or any of the related projects - Please do not open PRs to "discuss" possible solutions or to "get feedback" on your code. I simply don't have time for that. - Pull requests for the MAIN branch will be closed. - DO NOT include translated strings in your PR. +- PRs (or parts thereof) that only fix issues inside code comments will not be accepted. If it feels necessary to open an issue first, please do so, before you open a PR.