Skip to content

Commit

Permalink
chore(repo): add labels to feature and bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed May 7, 2024
1 parent d884a7c commit 700ecf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Report an issue with OpenEVSE
labels: ["pending"]
title: "[Bug]: "
description: Report an issue with OpenEVSE.
body:
- type: textarea
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Request a feature for OpenEVSE
labels: ["feature"]
title: "[Feature Request]: "
description: Request a feature for OpenEVSE.
body:
- type: textarea
Expand Down

0 comments on commit 700ecf4

Please sign in to comment.