Skip to content

Commit

Permalink
Create pack_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl authored Jul 25, 2024
1 parent c3472ee commit 3a88819
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATES/pack_request.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3a88819

Please sign in to comment.