Update release note section in PR template (#410)

Remove unused release note section in PR template and add instruction for updating CHANGELOG.
This commit is contained in:
Tsubasa Nagasawa 2019-09-16 22:18:40 +09:00 committed by Knative Prow Robot
parent 34fcd89bcd
commit b1f5e7d6fe
1 changed files with 8 additions and 6 deletions

View File

@ -12,12 +12,14 @@ Fixes #
*
*
**Release Note**
<!--
Release Note:
<!-- Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE". -->
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
```
-->