mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
docs: update feature request tpl
This commit is contained in:
parent
fbb5f53fe1
commit
3fea243f77
3 changed files with 54 additions and 37 deletions
32
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
32
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
|
|
@ -1,32 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: Feature Request
|
||||
assignees: ''
|
||||
labels: enhancement
|
||||
---
|
||||
<!--
|
||||
Thank for taking the time to fill this feature request fully! This will help a lot to communicate what this is about and to focus the discussion of the feature.
|
||||
|
||||
Please also make sure that there is no similar feature request opened up already by searching the issues in this repository!-->
|
||||
|
||||
## Problem Statement
|
||||
<!--
|
||||
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
|
||||
-->
|
||||
|
||||
## :grey_question: Possible Solution
|
||||
<!--
|
||||
A clear and concise description of what you want to happen.
|
||||
-->
|
||||
|
||||
## :arrow_heading_up: Describe alternatives you've considered
|
||||
<!--
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
-->
|
||||
|
||||
## :heavy_plus_sign: Additional context
|
||||
<!--
|
||||
Add any other context about the problem here. e.g. related issues or existing pull requests.
|
||||
-->
|
||||
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# .github/ISSUE_TEMPLATE/bug_report.yml
|
||||
name: 🚨 Bug Report
|
||||
description: Report a bug you encountered
|
||||
title: "[BUG] "
|
||||
title: ''
|
||||
labels: [bug]
|
||||
assignees:
|
||||
- '' # Ensure indentation uses regular spaces
|
||||
|
|
@ -51,9 +51,9 @@ body: # Ensure indentation uses regular spaces
|
|||
label: Can you reproduce this reliably?
|
||||
description: Was this a one-time occurrence, or can you make it happen every time by following the steps?
|
||||
options:
|
||||
- "Yes, I can reproduce it reliably."
|
||||
- 'Yes, I can reproduce it reliably.'
|
||||
- "Sometimes, it's intermittent."
|
||||
- "No, it only happened once."
|
||||
- 'No, it only happened once.'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
@ -61,11 +61,10 @@ body: # Ensure indentation uses regular spaces
|
|||
attributes:
|
||||
label: Console Output
|
||||
description: Is there any output if you press `Ctrl+Shift+i` (or `Cmd+Alt+i` on Mac) and check the 'Console' tab? If so, please paste it here.
|
||||
placeholder: "Paste any relevant console logs here..."
|
||||
placeholder: 'Paste any relevant console logs here...'
|
||||
render: shell # Use 'shell' or 'log' for better formatting of code/logs
|
||||
validations:
|
||||
required: false
|
||||
|
||||
# - type: textarea
|
||||
# id: error-log-info # ID is optional for markdown but kept for consistency
|
||||
# attributes:
|
||||
|
|
|
|||
50
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
50
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
name: 💡 Feature Request
|
||||
description: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ['enhancement']
|
||||
assignees: []
|
||||
|
||||
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 also 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue