浏览代码

Docs: Updated GitHub PR Template

Torkel Ödegaard 6 年之前
父节点
当前提交
a5a0352dcc
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 7
.github/PULL_REQUEST_TEMPLATE.md

@@ -5,6 +5,7 @@
 3. If it's a new feature or config option it will need a docs update. Docs are under the docs folder in repo root.
 4. If the PR is unfinished, mark it as a draft PR.
 5. Rebase your PR if it gets out of sync with master
+6. Name your RP as `<FeatureArea>: Describe your change`. If it's a fix or feature relevant for changelog describe the user  impact in the title. The PR title is used in changelog for issues marked with `add to changelog` label. 
 -->
 
 **What this PR does / why we need it**:
@@ -18,10 +19,3 @@ Fixes #
 
 **Special notes for your reviewer**:
 
-**Release note**:
-<!--
-If this is a user facing change and should be mentioned in release note add it below. If no, just write "NONE" below.
--->
-```release-note
-
-```