diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..0688be3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,18 @@ +--- +name: Cat Lady Membership Application +description: Tell us what qualifies you to be a registered cat fancier. +body: +- type: textarea + attributes: + label: Your favorite cat + placeholder: "Examples: Garfield, Maru, Mr. Mistoffolees" + validations: + required: true +- type: dropdown + attributes: + label: How many rooms in your house are dedicated to cats? + options: + - 1 + - 2 + - All of them +issue_body: false