From 0d486f2a63dec1f31c8ec78d3209f5406e57998f Mon Sep 17 00:00:00 2001 From: sean cavanaugh Date: Tue, 20 Apr 2021 12:34:51 -0400 Subject: [PATCH] testing out master repo with new issue forms see https://gh-community.github.io/issue-template-feedback/welcome/ --- .github/ISSUE_TEMPLATE/bug_report.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml 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