From 26d49d1868f6fad041f4f8c3c47d0789d5bb5406 Mon Sep 17 00:00:00 2001 From: Justin Dorfman Date: Tue, 17 Mar 2026 13:26:51 -0700 Subject: [PATCH 1/2] Add SCIP Enhancement Proposal (SEP) issue template Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/sep.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/sep.md diff --git a/.github/ISSUE_TEMPLATE/sep.md b/.github/ISSUE_TEMPLATE/sep.md new file mode 100644 index 00000000..05b4660f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/sep.md @@ -0,0 +1,14 @@ +--- +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 From 2addf00ae32202c91b80c5f6161767a83da89c89 Mon Sep 17 00:00:00 2001 From: jupblb Date: Wed, 18 Mar 2026 14:10:59 +0100 Subject: [PATCH 2/2] Formatting fix --- .github/ISSUE_TEMPLATE/sep.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/sep.md b/.github/ISSUE_TEMPLATE/sep.md index 05b4660f..2c9cec21 100644 --- a/.github/ISSUE_TEMPLATE/sep.md +++ b/.github/ISSUE_TEMPLATE/sep.md @@ -7,8 +7,13 @@ assignees: '' --- ## Summary + ## Motivation + ## Proposed Design + ## Compatibility and Breaking Changes + ## Alternatives Considered + ## Unresolved Questions