From 1ad0a9feb0da194dc1f5f3a895a41cad0142bc96 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Thu, 21 Jul 2022 10:37:50 -0700 Subject: [PATCH] issue template for design spec (#153) --- .github/ISSUE_TEMPLATE/feature_spec.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_spec.md diff --git a/.github/ISSUE_TEMPLATE/feature_spec.md b/.github/ISSUE_TEMPLATE/feature_spec.md new file mode 100644 index 0000000000..a219c86753 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_spec.md @@ -0,0 +1,19 @@ +--- +name: Feature specification +about: Discussion on design and implementation of new features for subnet-evm. +title: '' +labels: enhancement +assignees: '' + +--- + +**Context and scope** +Include a short description of the context and scope of the suggested feature. +Include goals the change will accomplish if relevant. + +**Discussion and alternatives** +Include a description of the changes to be made to the code along with alternatives +that were considered, including pro/con analysis where relevant. + +**Open questions** +Questions that are still being discussed. \ No newline at end of file