From f0949fe1055f30a79fe3870f0be5207218484bda Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 9 Jun 2024 18:35:34 +0800 Subject: [PATCH] chore(issue-templates): add GitHub issue form for feedback on golinks Signed-off-by: Andrei Jiroh Halili --- .github/ISSUE_TEMPLATE/golink-feedback.yml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/golink-feedback.yml diff --git a/.github/ISSUE_TEMPLATE/golink-feedback.yml b/.github/ISSUE_TEMPLATE/golink-feedback.yml new file mode 100644 index 0000000..030e917 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/golink-feedback.yml @@ -0,0 +1,33 @@ +name: Feedback forms for go links +description: Submit feedback about golinks, especially wiki-specific golinks. +title: "[golinks] " +assignees: [ajhalili2006] +body: + - type: checkboxes + attributes: + label: DO NOT SKIP THIS + description: Please check all boxes to continue. + options: + - label: I agree to the [Community Code of Conduct](https://andreijiroh.xyz/go/coc) and the project's contributing guidelines. + required: true + - type: dropdown + attributes: + label: Is this golink on the wiki or the general one? + description: | + Please select the URL prefix below to help me track the issue. Note that the `go/` option is reserved for internal use within my tailnet (mostly family and friends who are invited to access my devices via Tailscale). + multiple: false + options: + - "go.andreijiroh.xyz/" + - "wiki.andreijiroh.xyz/go/" + - "go/" + id: prefix + - type: input + id: url + attributes: + label: Full golink URL + description: Please provide the full golink for your feedback. If it is an suggestion for a new one, feel free to leave this blank. + placeholder: go.andreijiroh.xyz/... + - type: textarea + attributes: + label: Could you describe your issue? + description: Tell us how we can improve the service \ No newline at end of file -- 2.51.2