From 78039738f1d0b82afd1d1f9186a5d1f9aeac52cf Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:20:04 +0200 Subject: [PATCH] doc(template): backend request --- .github/ISSUE_TEMPLATE/2-backend.yaml | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/2-backend.yaml diff --git a/.github/ISSUE_TEMPLATE/2-backend.yaml b/.github/ISSUE_TEMPLATE/2-backend.yaml new file mode 100644 index 0000000..e4b0fd7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-backend.yaml @@ -0,0 +1,39 @@ +name: Package manager request +description: Request support for an additional package manager / backend +title: "[Backend request]: " +labels: ["backend request", "triage"] +body: + - type: input + id: backend + attributes: + label: What's the name of the package manager pacdef should support? + validations: + required: true + + - type: input + id: ecosystem + attributes: + label: What operating system or software ecosystem does it relate to? + validations: + required: true + + - type: dropdown + id: implement + attributes: + label: Would you be willing to implement this yourself? + description: We would support you through this process. + multiple: false + options: + - "yes" + - "no" + validations: + required: true + + - type: textarea + id: information + attributes: + label: Additional information + description: Any additional information that may be relevant. + validations: + required: false +