From 82f88432d9c09e54d3d6ec85ad47222b9a118b23 Mon Sep 17 00:00:00 2001 From: Max Engisch Date: Sun, 21 Jun 2026 12:14:21 +0200 Subject: [PATCH] chore: add issue template to mention where to place issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..19ba0ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,16 @@ +name: Bug Report +description: Report a problem with the OpenVario build system or repository setup +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Please do not report issues related to the meta-openvario layer in this repository. Those issues should be opened in the [Openvario/meta-openvario](https://github.com/Openvario/meta-openvario/issues) repository instead. + - type: input + id: contact + attributes: + label: Describe your issue + description: Thank you for helping improve OpenVario. Please provide as much detail as possible so the issue can be triaged quickly. + placeholder: + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false