浏览代码

Create PULL_REQUEST_TEMPLATE

zjubfd 5 年之前
父节点
当前提交
b0fcc0a663
共有 1 个文件被更改,包括 31 次插入0 次删除
  1. 31 0
      PULL_REQUEST_TEMPLATE

+ 31 - 0
PULL_REQUEST_TEMPLATE

@@ -0,0 +1,31 @@
+### Description
+
+add a description of your changes here...
+
+### Rationale
+
+tell us why we need these changes...
+
+### Example
+
+add an example CLI or API response...
+
+### Changes
+
+Notable changes: 
+* add each change in a bullet point here
+* ...
+
+### Preflight checks
+
+- [ ] build passed (`make build`)
+- [ ] tests passed (`make test`)
+- [ ] manual transaction test passed
+
+### Already reviewed by
+
+...
+
+### Related issues
+
+... reference related issue #'s here ...