diff --git a/ISSUE_TEMPLATE/config.yml b/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..810a7f6 --- /dev/null +++ b/ISSUE_TEMPLATE/config.yml @@ -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/ \ No newline at end of file diff --git a/ISSUE_TEMPLATE/feature_request.yaml b/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..ed09197 --- /dev/null +++ b/ISSUE_TEMPLATE/feature_request.yaml @@ -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 diff --git a/ISSUE_TEMPLATE/problem_report.yaml b/ISSUE_TEMPLATE/problem_report.yaml new file mode 100644 index 0000000..d4679d3 --- /dev/null +++ b/ISSUE_TEMPLATE/problem_report.yaml @@ -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 \ No newline at end of file