issue templates

This commit is contained in:
Whispering Wind
2025-02-24 23:32:06 +03:30
committed by GitHub
parent 73df68ea25
commit 3041d20881
4 changed files with 170 additions and 0 deletions

View File

@ -0,0 +1,35 @@
name: 💡 Suggest a New Feature
description: Share your idea to make this project better
title: "[Feature]: "
labels: ["enhancement"]
assignees: []
body:
- type: markdown
attributes:
value: |
# Feature Suggestion
Thanks for sharing your idea! Let us know what you'd like to see added.
- type: textarea
id: what-feature
attributes:
label: What would you like us to add?
description: Describe your idea and what problem it solves
placeholder: "Example: Add a button to generate secure passwords automatically"
validations:
required: true
- type: textarea
id: why-helpful
attributes:
label: How would this help users?
description: Tell us how you and others would use this feature
placeholder: "Example: It would make creating secure accounts easier and faster"
validations:
required: true
- type: textarea
id: any-other-thoughts
attributes:
label: Any other thoughts? (Optional)
description: Share any other ideas, suggestions, or examples
placeholder: "Additional details, screenshots, or examples can be added here"
validations:
required: false