diff --git a/.github/ISSUE_TEMPLATE/propose-changes-to-existing-component.md b/.github/ISSUE_TEMPLATE/propose-changes-to-existing-component.md index 75aebfb26..6611bba3c 100644 --- a/.github/ISSUE_TEMPLATE/propose-changes-to-existing-component.md +++ b/.github/ISSUE_TEMPLATE/propose-changes-to-existing-component.md @@ -2,7 +2,7 @@ name: Propose changes to existing component about: This template allows users to propose an amendment to an existing component or pattern -title: '' +title: '[Component amendment]: ' labels: 'WG: Proposal' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/propose-new-component.md b/.github/ISSUE_TEMPLATE/propose-new-component.md index caf4a1f91..5c4fa3bae 100644 --- a/.github/ISSUE_TEMPLATE/propose-new-component.md +++ b/.github/ISSUE_TEMPLATE/propose-new-component.md @@ -1,7 +1,7 @@ --- name: Propose new component about: This template allows users to propose a new pattern or component -title: '' +title: '[New component]: ' labels: 'WG: Proposal' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 2599a01ec..94d1f72bf 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -1,7 +1,7 @@ --- name: Report a bug about: Create a bug report to help us improve Vanilla framework or our site -title: '' +title: '[Bug]: ' labels: "Bug \U0001F41B" assignees: ''