From 52128d6649f213bc48dbf608aba7f88832ba1453 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 5 Jan 2024 01:03:57 +0500 Subject: [PATCH] docs(issue-template): showcase --- .github/ISSUE_TEMPLATE/showcase.yml | 49 +++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/showcase.yml diff --git a/.github/ISSUE_TEMPLATE/showcase.yml b/.github/ISSUE_TEMPLATE/showcase.yml new file mode 100644 index 0000000..351aa7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/showcase.yml @@ -0,0 +1,49 @@ +name: Showcase +description: Share your home page +title: '[SHOWCASE] ' +labels: ['showcase'] + +body: + - type: input + id: title + attributes: + label: Title + description: Pick a title for your addition + placeholder: My Awesome Dashboard + validations: + required: false + + - type: textarea + id: screenshot + attributes: + label: Screenshot + description: Either upload your screenshot here, or include a link to a png/jpg on a CDN / image hosting service + validations: + required: true + + - type: dropdown + id: attribution + attributes: + label: Would you like your name/ username included? + description: This will be displayed above the screenshot to your dashboard in the showcase page + options: + - Yes + - No + validations: + required: true + + - type: input + id: links + attributes: + label: Link to your Website/ Profile/ Twitter (optional) + description: You can optionally have your name link to your profile or website. If you'd like this, include the URL to your site below + validations: + required: false + + - type: textarea + id: description + attributes: + label: Description (Optional) + description: You can optionally also include a short description. If there's anything else you'd like to include, then put it here + validations: + required: false