mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
- Bug report: variant selector, affected area dropdown, repro steps - Feature request: area dropdown, problem/alternatives fields - New data source: feed type, variant target, URL, justification - PR template: change type, affected areas, RSS allowlist reminder - Config: disable blank issues, link to docs and discussions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
56 lines
1.4 KiB
YAML
56 lines
1.4 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Have an idea for World Monitor? We'd love to hear it!
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Feature area
|
|
description: Which area does this feature relate to?
|
|
options:
|
|
- Map / Globe / Data layers
|
|
- News panels / RSS feeds
|
|
- AI / Intelligence analysis
|
|
- Market data / Crypto
|
|
- Desktop app
|
|
- UI / UX
|
|
- API / Backend
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear description of the feature you'd like.
|
|
placeholder: I'd like to see...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem it solves
|
|
description: What problem does this feature address? What's the use case?
|
|
placeholder: This would help with...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Have you considered any alternative solutions or workarounds?
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Additional context
|
|
description: Any mockups, screenshots, links, or references that help illustrate the idea.
|