From f73c77611f27de70cb486cc92a6d60fdab788cb0 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 27 Apr 2021 10:30:48 +0200 Subject: [PATCH] update pr template (#17480) --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3e181adf3d..09cd0f7cb3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,17 +36,18 @@ If no release notes are required write NONE. Use past-tense. Newlines are stripp Examples: -```release-note +``` Added new API endpoints POST /api/v4/foo, GET api/v4/foo, and GET api/v4/foo/:foo_id. ``` -```release-note +``` Added a new config setting ServiceSettings.FooBar. Added a new column Foo to the Users table. ``` -```release-note +``` NONE ``` --> ```release-note + ```