From c8e6f5843f58bc1125deaa0614007495de3c15d7 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Mon, 16 Nov 2020 22:10:21 -0300 Subject: [PATCH] Update RFC template (#1278) * update rfc template * change pull to issues --- .github/PULL_REQUEST_TEMPLATE/rfc.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/rfc.md b/.github/PULL_REQUEST_TEMPLATE/rfc.md index bdb39cf8..e8a363a1 100644 --- a/.github/PULL_REQUEST_TEMPLATE/rfc.md +++ b/.github/PULL_REQUEST_TEMPLATE/rfc.md @@ -15,10 +15,22 @@ The RFC process is documented in CONTRIBUTING.md. Please see the checklist there: https://zebra.zfnd.org/CONTRIBUTING.html --> + +### Summary + +Please copy the RFC summary over here. + +### More information + Feature Name: `my_feature` + Start Date: YYYY-MM-DD + Design PR: [ZcashFoundation/zebra#0000](https://github.com/ZcashFoundation/zebra/pull/0000) -Zebra Issue: [ZcashFoundation/zebra#0000](https://github.com/ZcashFoundation/zebra/pull/0000) + +Zebra Issue: [ZcashFoundation/zebra#0000](https://github.com/ZcashFoundation/zebra/issues/0000) + +### Document