Skip to content

Commit

Permalink
chore(repo): add feature request form
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed May 7, 2024
1 parent 6c4591b commit d884a7c
Show file tree
Hide file tree
Showing 2 changed files with 17 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
Expand Up @@ -27,6 +27,8 @@ body:
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/)
- type: input
validations:
required: true
attributes:
label: What version of OpenEVSE?
description: >
Expand Down
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Request a feature for OpenEVSE
description: Request a feature for OpenEVSE.
body:
- type: textarea
validations:
required: true
attributes:
label: The feature
description: >-
Describe the feature you'd like added.
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.

0 comments on commit d884a7c

Please sign in to comment.