mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 18:08:55 +00:00
* docs(wiki): refactor download page Rework and improve download page in preparation for README updates. * chore(ci): simplify the initial release text Centralizing all links to one place will make maintenance of docs easier. * chore(docs): Update meta docs and templates Aligning issue templates and other docs to support the use of the wiki and to encourage additions from others. * chore(docs): align README with new download page
58 lines
2.2 KiB
YAML
58 lines
2.2 KiB
YAML
name: 💡 Feature Request
|
|
description: Suggest an idea for this project.
|
|
title: '💡 '
|
|
type: Feature
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
|
|
🤝 Thank you for taking the time to fill out this feature request fully! This will help a lot to communicate what this is about and focus the discussion.
|
|
|
|
⚠️ Please make sure that there is no similar feature request opened up already by searching the issues in this repository!
|
|
|
|
- type: textarea
|
|
id: problem-statement
|
|
attributes:
|
|
label: Problem Statement
|
|
description: "A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]"
|
|
placeholder: "Describe the problem you're facing or the limitation you've encountered."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: possible-solution
|
|
attributes:
|
|
label: 'Possible Solution'
|
|
description: 'A clear and concise description of what you want to happen.'
|
|
placeholder: 'Describe the feature or enhancement you are proposing.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: "Describe alternatives you've considered"
|
|
description: "A clear and concise description of any alternative solutions or features you've considered."
|
|
placeholder: 'Have you thought about other ways to solve the problem? What were they?'
|
|
validations:
|
|
required: false # Often optional, but good to prompt for
|
|
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: 'Additional context'
|
|
description: 'Add any other context about the problem here. e.g. related issues or existing pull requests.'
|
|
placeholder: 'Add links to related issues, screenshots, mockups, or any other relevant information.'
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: docs-impact
|
|
attributes:
|
|
label: documentation gap
|
|
description: Help us keep docs aligned with proposed changes. If this feature is implemented ...
|
|
options:
|
|
- label: ... related docs should be updated as part of the same PR whenever possible.
|
|
- label: ... I can help improve the documentation.
|