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