From b0fcc0a663651f55d461fa984eaaf01ba6ea0166 Mon Sep 17 00:00:00 2001 From: zjubfd <296179868@qq.com> Date: Tue, 17 Nov 2020 17:19:00 +0800 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE --- PULL_REQUEST_TEMPLATE | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000000..69f29fecf8 --- /dev/null +++ b/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 ...