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] <title>'
+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