From 8254b5201b67f46db2c4aafe361c8e09228dbae5 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Mon, 30 Jun 2025 11:44:26 -0700 Subject: [PATCH] Add template (#526) --- .github/ISSUE_TEMPLATE/add_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add_template.md diff --git a/.github/ISSUE_TEMPLATE/add_template.md b/.github/ISSUE_TEMPLATE/add_template.md new file mode 100644 index 0000000..1612b55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add_template.md @@ -0,0 +1,23 @@ +--- +name: Add Template +about: Request to add a template to Dyad Hub +title: "Add Template: [Template Name]" +labels: "add-template" +assignees: "" +--- + +If you'd like to add a template to Dyad Hub, follow the [Add Template guide](https://dyad.sh/docs/templates/add-template). + +**Template name:** + +**Template description (1-2 sentences):** + +**GitHub repo:** + +**Screenshot** + + + +**Open Source License** + +- [ ] This template is open-source (e.g. MIT, Apache 2.0)