Skip to content

Commit

Permalink
Clarifying template titles and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleemboyer committed Apr 20, 2024
1 parent 62b0ef9 commit f93757e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Bug
about: Create a report to help us improve
title: "Bug: [insert name here]"
labels: ""
assignees: ""
title: "Bug: <insert brief name here>"
labels: ["type: bug"]
---

## Description
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/design.md
Original file line number Diff line number Diff line change
@@ -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 <insert feature name here>"
labels: ["type: feature", "function: design/ux"]
---

## Description
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/implementation.md
Original file line number Diff line number Diff line change
@@ -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 <insert feature name here>"
labels: ["type: feature", "function: engineering"]
---

## Description
Expand Down

0 comments on commit f93757e

Please sign in to comment.