mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-26 07:49:50 -05:00
f2ed4e3840
Also includes minor updates to the PR template
34 lines
986 B
YAML
34 lines
986 B
YAML
name: Feature Request
|
|
description: Tell us about a new feature you want.
|
|
type: Feature
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Have you searched for an existing feature request?
|
|
description: Use the issue search box to see if one already exists for the feature you want.
|
|
options:
|
|
- label: Yes, I tried searching
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Brief Summary
|
|
description: |
|
|
Provide an overview of the feature you are interested in adding.
|
|
Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture).
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: example
|
|
attributes:
|
|
label: Example
|
|
description: Provide an example of how this feature would be used.
|
|
|
|
- type: textarea
|
|
id: context
|
|
attributes:
|
|
label: Context
|
|
description: Why does this feature matter to you? What unique circumstances do you have?
|