| 123456789101112131415161718192021222324252627282930 |
- name: Feature request
- description: Suggest an improvement for MailHub.
- title: "feat: "
- labels:
- - enhancement
- body:
- - type: textarea
- id: problem
- attributes:
- label: Problem
- description: What user problem would this solve?
- validations:
- required: true
- - type: textarea
- id: proposal
- attributes:
- label: Proposal
- description: Describe the smallest useful change.
- validations:
- required: true
- - type: textarea
- id: alternatives
- attributes:
- label: Alternatives considered
- description: What other approaches did you consider?
- - type: textarea
- id: context
- attributes:
- label: Additional context
- description: Add screenshots, API examples, or deployment details if useful. Remove sensitive data.
|