From ed6ae655bd4b26d387f9da30fbca18b34ba6b7ca Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 19 Apr 2025 14:15:45 +0200 Subject: [PATCH] .github/ISSUE_TEMPLATE: add other.yaml Signed-off-by: Patrik Oldsberg --- .github/ISSUE_TEMPLATE/other.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.yaml diff --git a/.github/ISSUE_TEMPLATE/other.yaml b/.github/ISSUE_TEMPLATE/other.yaml new file mode 100644 index 0000000000..774c8db9db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yaml @@ -0,0 +1,22 @@ +name: '❓ Other' +description: 'Something not captured by any other template' +body: + - type: markdown + attributes: + value: | + This template can be used to create issues that don't fit any of the other templates. Valid examples include meta issues or other task tracking issues to help coordinate work, or informative issues that are kept around to appear in searches. + + Do not use this template to submit support or help requests, they will be closed. Please use other forums such as our [Community Discord](https://discord.gg/backstage-687207715902193673) instead. + - type: checkboxes + id: acknowledgement + attributes: + label: '📝 Acknowledgement' + options: + - label: I acknowledge that issues using this template may be closed without further explanation. + required: true + - type: textarea + id: contents + attributes: + label: Content + validations: + required: true