From 3a8881906399fd4c0aa0f174bd6bd34c6aa05004 Mon Sep 17 00:00:00 2001 From: jesper <118400668+k1nsej@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:54:44 +0200 Subject: [PATCH] Create pack_request.yaml --- .github/ISSUE_TEMPLATES/pack_request.yaml | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/pack_request.yaml diff --git a/.github/ISSUE_TEMPLATES/pack_request.yaml b/.github/ISSUE_TEMPLATES/pack_request.yaml new file mode 100644 index 0000000..140284d --- /dev/null +++ b/.github/ISSUE_TEMPLATES/pack_request.yaml @@ -0,0 +1,31 @@ +name: Expansion Pack Request +about: Request adding information about an expansion pack +assignees: k1nsej +labels: + - request +title: "[PACK:] " +body: +- type: input + id: pack_name + required: true + attributes: + label: Pack Name + description: What is the name of the pack? + placeholder: Your Pack Name Here +- type: dropdown + id: pack_type + attributes: + label: Pack type + options: + - EP (Expansion pack) + - GP (Game pack) + - SP (Stuff pack) + - K (Kit) + validations: + required: true +- type: checkboxes + attributes: + label: I confirm that I... + options: + - label: understand that submitting duplicate or inaccurate information results in the request being declined. + - label: agree to adhere to the repository's contribution guidelines and code of conduct.