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 +