Skip to content

Commit

Permalink
chore: use existing labels in github for issue template (#111)
Browse files Browse the repository at this point in the history
# Description

There is an existing 'enhancement' label that already exists, let's use
that for the Feature Request issue template.
  • Loading branch information
itsacoyote authored Jun 6, 2024
1 parent c115ac5 commit e595551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature Request
description: Is there a feature missing you would like to see? Let us know!
title: "[Feature]: "
labels: ["feature", "triage"]
labels: ["enhancement", "triage"]
assignees:
- matter-labs/devxp
body:
Expand Down

0 comments on commit e595551

Please sign in to comment.