diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index f290fde..ec2a4e1 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,9 +1,8 @@ --- name: Bug about: Create a report to help us improve -title: "Bug: [insert name here]" -labels: "" -assignees: "" +title: "Bug: " +labels: ["type: bug"] --- ## Description diff --git a/.github/ISSUE_TEMPLATE/design.md b/.github/ISSUE_TEMPLATE/design.md index d42cd61..c9197f4 100644 --- a/.github/ISSUE_TEMPLATE/design.md +++ b/.github/ISSUE_TEMPLATE/design.md @@ -1,9 +1,8 @@ --- -name: Design +name: Feature Design about: For designing planned features (not feature requests) -title: "Design [insert name here]" -labels: "" -assignees: "" +title: "[Feature] Design " +labels: ["type: feature", "function: design/ux"] --- ## Description diff --git a/.github/ISSUE_TEMPLATE/implementation.md b/.github/ISSUE_TEMPLATE/implementation.md index 5cbbced..135a63d 100644 --- a/.github/ISSUE_TEMPLATE/implementation.md +++ b/.github/ISSUE_TEMPLATE/implementation.md @@ -1,9 +1,8 @@ --- -name: Implementation +name: Feature Implementation about: For planned implementations (not feature requests) -title: "Implement [insert name here]" -labels: "" -assignees: "" +title: "[Feature] Implement " +labels: ["type: feature", "function: engineering"] --- ## Description