diff --git a/.github/ISSUE_TEMPLATE/sep.md b/.github/ISSUE_TEMPLATE/sep.md new file mode 100644 index 00000000..2c9cec21 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sep.md @@ -0,0 +1,19 @@ +--- +name: SCIP Enhancement Proposal (SEP) +about: Propose a major architectural change, protocol schema update, or significant new feature. +title: 'SEP: [Short, descriptive title]' +labels: 'sep, status: draft' +assignees: '' +--- + +## Summary + +## Motivation + +## Proposed Design + +## Compatibility and Breaking Changes + +## Alternatives Considered + +## Unresolved Questions