Skip to content

Commit

Permalink
chore: Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed May 4, 2024
1 parent a8727e2 commit a208354
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 56 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Bug report
description: Create a report to help us improve
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Example Flow
description: If applicable, add an example in exported JSON format of a flow exhibiting the issue to aid in reproduction.
render: json
validations:
required: false
- type: textarea
attributes:
label: Environment Information
description: Retrieve this information using the [diagnostic information button](https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/diagnostics.html)
placeholder: Get information from the link above
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem.
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/zachowj/hass-node-red/discussions/new
about: Suggest an idea for this project
- name: I have a question or need support
url: https://github.com/zachowj/hass-node-red/discussions/new
about: Use Github Discussions to find support and ask general questions
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/issue.md

This file was deleted.

0 comments on commit a208354

Please sign in to comment.