aboutsummaryrefslogtreecommitdiff
path: root/.github/DISCUSSION_TEMPLATE
diff options
context:
space:
mode:
authorWladimir Kirianov <wladefant@gmail.com>2023-02-01 20:38:53 +0000
committerWladimir Kirianov <wladefant@gmail.com>2023-02-01 20:38:53 +0000
commitfec41374f4f65fedaeb0e2c995c7e8c08aaeecab (patch)
treeb2fd99cec73a636d4f0529e7ad44607db3731dc7 /.github/DISCUSSION_TEMPLATE
parent8fb3d0e4988bbaa15ff428a37d8dd627912d78cd (diff)
downloadinfinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.gz
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.bz2
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.lz
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.xz
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.zst
infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.zip
add github discussion template forms
Diffstat (limited to '.github/DISCUSSION_TEMPLATE')
-rw-r--r--.github/DISCUSSION_TEMPLATE/announcements.yml17
-rw-r--r--.github/DISCUSSION_TEMPLATE/ideas.yml74
2 files changed, 91 insertions, 0 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/announcements.yml b/.github/DISCUSSION_TEMPLATE/announcements.yml
new file mode 100644
index 00000000..a03c841e
--- /dev/null
+++ b/.github/DISCUSSION_TEMPLATE/announcements.yml
@@ -0,0 +1,17 @@
+name: Announcements
+description: Announcements about new releases, updates, etc.
+
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to read this announcement!
+
+ - type: textarea
+ id: description
+ attributes:
+ label: description
+ description: Please describe the announcement in as much detail as possible.
+ placeholder: Make an announcement here...
+ validations:
+ required: true
diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml
new file mode 100644
index 00000000..2ae0ea2f
--- /dev/null
+++ b/.github/DISCUSSION_TEMPLATE/ideas.yml
@@ -0,0 +1,74 @@
+name: Ideas
+description: Have an idea for a new feature or an improvement? Let us know here!
+
+body:
+ - type: checkboxes
+ id: checklist
+ attributes:
+ label: Checklist
+ options:
+ - label: I have used the search function for [open](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/ideas) **and** [closed](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/completed-ideas) ideas to see if someone else has already submitted the same request.
+ required: true
+ - label: I will describe the feature with as much detail as possible.
+ required: true
+
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to share your idea!
+
+ - type: textarea
+ id: description
+ attributes:
+ label: Description
+ description: Please describe your idea in as much detail as possible.
+ placeholder: I think it would be great if...
+ validations:
+ required: true
+
+ - type: textarea
+ id: alternatives
+ attributes:
+ label: Alternatives
+ description: Please describe any alternative solutions or features you've considered.
+ placeholder: I've considered...
+ validations:
+ required: false
+
+ - type: textarea
+ id: additional
+ attributes:
+ label: Additional context
+ description: Please add any other context, screenshots or mockups about the feature request here.
+ placeholder: I think this would be a great addition because...
+ validations:
+ required: true
+
+ - type: dropdown
+ id: importance
+ attributes:
+ label: How important is this feature?
+ multiple: false
+ options:
+ - Critical
+ - Important
+ - Nice to have
+ validations:
+ required: true
+
+ - type: textarea
+ id: other
+ attributes:
+ label: Anything else?
+ description: Is there anything else you'd like to add?
+ validations:
+ required: false
+
+ - type: textarea
+ id: solution
+ attributes:
+ label: Solution
+ description: If you have an idea of how this can be implemented, please share it here.
+ placeholder: I think this could be done by...
+ validations:
+ required: false