Files
wehub-resource-sync 4ce4204b6c
CI / Lint (push) Failing after 2s
CI / Build (push) Has been skipped
SDK CI / PHP SDK (push) Failing after 1s
Split PHP SDK / PHP SDK tests (push) Failing after 1s
CI / Test (push) Failing after 1s
CI / Dashboard (push) Failing after 0s
SDK CI / JavaScript SDK (push) Failing after 0s
SDK CI / Python SDK (push) Failing after 2s
SDK CI / Java SDK (push) Failing after 1s
Split PHP SDK / Mirror sdk/php -> rmyndharis/openwa-php (push) Has been skipped
CI / Test (PostgreSQL migrations) (push) Failing after 7m47s
CI / Docker Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:24:08 +08:00

42 lines
1.3 KiB
YAML

name: Feature request
description: Suggest an idea or improvement for OpenWA
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for the suggestion! Please describe the problem first — that helps us find
the best solution, which isn't always the one initially imagined.
- type: checkboxes
attributes:
label: Pre-flight
options:
- label: I searched existing issues and this isn't already requested
required: true
- type: textarea
id: problem
attributes:
label: Problem / motivation
description: What are you trying to do, and what's getting in the way today?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
description: What would you like to see? API shape, dashboard behavior, config, etc.
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
- type: checkboxes
id: scope
attributes:
label: Scope
description: A quick reality check on engine capabilities.
options:
- label: >-
I understand some features are limited by the underlying WhatsApp engine
(e.g. interactive Buttons/List messages are not supported on whatsapp-web.js).