From 5ce26495a015f6d01008d4ca3bb7d12506f83d52 Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Mon, 13 Sep 2021 12:02:03 +0800 Subject: [PATCH] [skip ci]Remove pull request template (#7777) Signed-off-by: Xiangyu Wang --- .github/PULL_REQUEST_TEMPLATE.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 5d4f48b7a7..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ -Explain the problem that this commit is solving. Focus on why you -are making this change as opposed to how (the code explains that). -Are there side effects or other unintuitive consequences of this -change? Here's the place to explain them. - -Further paragraphs come after blank lines. - - - Bullet points are okay, too - - - Typically a hyphen or asterisk is used for the bullet, preceded - by a single space, with blank lines in between, but conventions - vary here - -Resolves: #, # -See also: # - -Signed-off-by: