From 12938dd35fc211c8990c3024848cd81685c74ec9 Mon Sep 17 00:00:00 2001 From: a1012112796 <1012112796@qq.com> Date: Wed, 3 Nov 2021 11:43:16 +0800 Subject: [PATCH] hide note message for pull request template (#17529) Co-authored-by: John Olheiser <john.olheiser@gmail.com> --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9f5ecab4b0..cc2ec0d22f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,9 @@ +<!-- + Please check the following: 1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for bug fixes. 2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md 3. Describe what your pull request does and which issue you're targeting (if any) -**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** +-->