699d4ede1d
Add .prettierrc.json, .markdownlint.json, .yamllint.yaml, .gitattributes Run CSharpier, Prettier and markdownlint across the entire codebase. No logic changes — formatting, using order and line endings only.
58 lines
1.8 KiB
YAML
58 lines
1.8 KiB
YAML
name: Feature request
|
|
description: Suggest a feature or enhancement for HellionChat
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for the suggestion. HellionChat focuses on privacy by
|
|
default and a small, well-scoped feature set. Suggestions that
|
|
align with that scope are easier to accept than ones that pull
|
|
the plugin toward "do everything".
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What problem are you trying to solve
|
|
description: The user-side problem, not the proposed solution yet
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: What you would like HellionChat to do
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives you have considered
|
|
description: Other plugins, manual workarounds, settings combinations
|
|
|
|
- type: dropdown
|
|
id: scope
|
|
attributes:
|
|
label: Scope estimate from your side
|
|
options:
|
|
- "Small (one tab, one toggle, one filter)"
|
|
- "Medium (a settings section, persistent state, one new file)"
|
|
- "Large (architectural, touches the message pipeline or the database)"
|
|
- "I don't know"
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
id: confirm
|
|
attributes:
|
|
label: Pre-flight
|
|
options:
|
|
- label: I have searched existing issues for similar requests
|
|
required: true
|
|
- label:
|
|
I understand HellionChat is a privacy-focused fork and not a feature parity tool with upstream Chat
|
|
2
|
|
required: true
|