From e9a868a217f6d8cbf6912c79ca79280d4bbe02d8 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Mon, 25 Aug 2025 04:42:36 -0700 Subject: [PATCH] add YAML issue template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/form.yml | 45 +++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/form.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/form.yml b/.github/ISSUE_TEMPLATE/form.yml new file mode 100644 index 00000000..ab49a567 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/form.yml @@ -0,0 +1,45 @@ +name: Issue +description: Project issue form. +body: + - type: markdown + attributes: + value: | + GitHub issues are not for support questions. + - type: input + id: version + attributes: + label: Version in use + description: Version of the software that you're using. + placeholder: v1.13.0 + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what happened. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output from the server or devices. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: support + attributes: + label: Maintenance mode + description: This project is [in maintenance mode](https://micromdm.io/blog/micromdm-v1-maintenance-mode/) and has limited support. + options: + - label: I understand this project is in maintenance mode and has limited support. + required: true + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/micromdm/micromdm/blob/main/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow this project's Code of Conduct + required: true