move templates

This commit is contained in:
buanet
2022-11-04 09:14:22 +01:00
parent 6674d1b098
commit a2558e3a7b
3 changed files with 0 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: ioBroker Docker image discussions
url: https://github.com/buanet/ioBroker.docker/discussions
# about: You can ask your questions here.
- name: ioBroker Community Forum
url: https://forum.iobroker.net/
- name: ioBroker Discord channel
url: https://discord.gg/Ne3y6fUac3
- name: ioBroker Facebook group
url: https://www.facebook.com/groups/440499112958264/

View File

@@ -0,0 +1,18 @@
name: Feature Request
description: I want to request a new feature.
title: "[Feature Request]: "
labels: "enhancement"
assignees:
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to give us your feedback!
- type: textarea
id: description
attributes:
label: Description
description: Please describe your request.
placeholder: Waht are your ideas?
validations:
required: true

View File

@@ -0,0 +1,34 @@
name: Problem Report
description: I want to report a problem.
title: "[Problem]: "
labels:
assignees:
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Description
description: Please describe your problem.
placeholder: What happened? What did you expect?
validations:
required: true
- type: input
id: version
attributes:
label: Image version
description: Which image version do you use?
placeholder: v1.2.3
validations:
required: true
- type: textarea
id: logs
attributes:
label: Docker logs
description: Please provide the full Docker log output from your Docker container startup.
render: shell
validations:
required: true