Skip to content

Commit

Permalink
add prefilled issue names to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored and bartaz committed Dec 20, 2024
1 parent 6415e6d commit b9e2677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]: <Component name>'
labels: 'WG: Proposal'
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/propose-new-component.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Propose new component
about: This template allows users to propose a new pattern or component
title: ''
title: '[New component]: <Component name>'
labels: 'WG: Proposal'
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -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]: <Short description of the bug>'
labels: "Bug \U0001F41B"
assignees: ''

Expand Down

0 comments on commit b9e2677

Please sign in to comment.