From a629ec80a9dd18342bab3826abf139bbedf046e6 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 5 Dec 2023 13:48:17 -0500 Subject: [PATCH] feat: add design issue template --- .github/ISSUE_TEMPLATE/design.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/design.md diff --git a/.github/ISSUE_TEMPLATE/design.md b/.github/ISSUE_TEMPLATE/design.md new file mode 100644 index 00000000..107a8a18 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/design.md @@ -0,0 +1,30 @@ +--- +name: Design +about: Design +title: "Design: Title" +labels: design +--- + +## Description + +Add a summary and description. What are we trying to do and why? + +### Action Items + +- [ ] Come up with scheme for... +- [ ] Spec it in a HackMD or Google Doc that is linked here +- [ ] Get @ to review design +- [ ] Discuss design and tradeoffs with @ +- [ ] Finalize the doc, and come to consensus +- [ ] Create ticket for implementation and link the doc to it + +### Blocking Issues + +Is anything blocking for this? (Does this depend on other unfinished designs or pending changes?) +Please link blocking issues here. If something is blocking and doesn't have an issue yet, create it! + +### Don't Forget To + +- Assign this to a project (our default is [eigenlayer](https://github.com/orgs/Layr-Labs/projects/3/)) +- Add priority + size estimate +- Set status to New