From 9954b84213676f45bcfd3b90b3d3548c6e02df4f Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 14 May 2024 09:01:20 +0200 Subject: [PATCH] Suggest --- .github/ISSUE_TEMPLATE/suggest.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/suggest.yaml diff --git a/.github/ISSUE_TEMPLATE/suggest.yaml b/.github/ISSUE_TEMPLATE/suggest.yaml new file mode 100644 index 000000000..b69b7b5a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest.yaml @@ -0,0 +1,19 @@ +name: Suggest +description: Suggest how to improve the UPPMAX documentation +title: "'Suggest: []" +labels: ["enhancement"] +body: +- type: textarea + attributes: + label: Welcome + value: | + Thanks for suggesting how to make these pages better! + + What do you suggest? +- type: input + attributes: + label: Link to UPPMAX documentation page + description: What is the URL to the UPPMAX documentation page(s)? + value: https://docs.uppmax.uu.se/ + validations: + required: false