Random Bugs (#2531)
This commit is contained in:
parent
0c70e80420
commit
4e1c66331f
27 changed files with 232 additions and 178 deletions
69
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
69
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
title: "[Kavita] Idea Submission"
|
||||
labels: ["Idea Submission"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## 🌟 Idea Submission for Kavita 🌟
|
||||
|
||||
This is a template for submitting your ideas to enhance Kavita. Please fill out the details below, and let's make Kavita even better together!
|
||||
|
||||
- type: textarea
|
||||
id: idea-description
|
||||
attributes:
|
||||
label: Idea Description
|
||||
description: "Describe your idea in detail."
|
||||
value: |
|
||||
[Include a brief overview of your idea]
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**Why I Think This Is Important:**
|
||||
|
||||
[Provide context on why you believe this idea is valuable or necessary for Kavita users]
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**How You Can Contribute:**
|
||||
|
||||
1. **Upvote if You Agree:**
|
||||
- If you resonate with my idea, please upvote it! This helps us gauge community interest.
|
||||
|
||||
2. **Leave Your Thoughts:**
|
||||
- Feel free to leave comments with your opinions, suggestions, or even constructive critiques.
|
||||
|
||||
Let's work together to shape the future of Kavita! 🌟
|
||||
|
||||
- type: input
|
||||
id: duration-of-use
|
||||
attributes:
|
||||
label: Duration of Using Kavita
|
||||
description: "How long have you been using Kavita?"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: idea-category
|
||||
attributes:
|
||||
label: Idea Category
|
||||
options:
|
||||
- Feature Enhancement
|
||||
- User Experience
|
||||
- Performance Improvement
|
||||
description: "Select the category that best fits your idea."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Agreement
|
||||
options:
|
||||
- label: "I agree that this is solely for submitting ideas, and I will search for existing ideas before posting."
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Thank you for contributing to Kavita's future! 🚀
|
||||
Loading…
Add table
Add a link
Reference in a new issue