From b1f5e7d6fed2e32263d7895eadeaf54a77c30ed0 Mon Sep 17 00:00:00 2001 From: Tsubasa Nagasawa Date: Mon, 16 Sep 2019 22:18:40 +0900 Subject: [PATCH] Update release note section in PR template (#410) Remove unused release note section in PR template and add instruction for updating CHANGELOG. --- .github/pull-request-template.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 99ad38da0..4ff13781e 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -12,12 +12,14 @@ Fixes # * * -**Release Note** + +In the following cases, add a short description of PR to the unreleased section in CHANGELOG.adoc: -```release-note +- 🎁 Add new feature +- 🐛 Fix bug +- 🧽 Update or clean up current behaviour +- 🗑️ Remove feature or internal logic -``` +-->