mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(issue-templates): type instead tag, better formatting.
This commit is contained in:
parent
0a8fe0a243
commit
4e4f784f2a
3 changed files with 10 additions and 41 deletions
45
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
45
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -1,11 +1,9 @@
|
||||||
name: 🚨 Bug Report
|
name: 🚨 Bug Report
|
||||||
description: Report a bug you encountered
|
description: Report a bug you encountered.
|
||||||
title: '🚨 '
|
title: '🚨 '
|
||||||
labels: [bug]
|
type: bug
|
||||||
assignees:
|
|
||||||
- '' # Ensure indentation uses regular spaces
|
|
||||||
|
|
||||||
body: # Ensure indentation uses regular spaces
|
body:
|
||||||
- type: input
|
- type: input
|
||||||
id: environment-version
|
id: environment-version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -15,7 +13,6 @@ body: # Ensure indentation uses regular spaces
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
# --- Remaining fields ---
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -24,6 +21,7 @@ body: # Ensure indentation uses regular spaces
|
||||||
placeholder: "e.g. When I click the 'Save' button, the data should be saved without errors."
|
placeholder: "e.g. When I click the 'Save' button, the data should be saved without errors."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: current-behavior
|
id: current-behavior
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -32,6 +30,7 @@ body: # Ensure indentation uses regular spaces
|
||||||
placeholder: "e.g. When I click the 'Save' button, the application crashes / nothing happens / an error message appears."
|
placeholder: "e.g. When I click the 'Save' button, the application crashes / nothing happens / an error message appears."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: steps-to-reproduce
|
id: steps-to-reproduce
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -44,6 +43,7 @@ body: # Ensure indentation uses regular spaces
|
||||||
4. See error
|
4. See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: reliability
|
id: reliability
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -55,6 +55,7 @@ body: # Ensure indentation uses regular spaces
|
||||||
- 'No, it only happened once.'
|
- 'No, it only happened once.'
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: console-output
|
id: console-output
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -64,35 +65,3 @@ body: # Ensure indentation uses regular spaces
|
||||||
render: shell # Use 'shell' or 'log' for better formatting of code/logs
|
render: shell # Use 'shell' or 'log' for better formatting of code/logs
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
# - type: textarea
|
|
||||||
# id: error-log-info # ID is optional for markdown but kept for consistency
|
|
||||||
# attributes:
|
|
||||||
# # Correctly combines label/description into the value using Markdown formatting
|
|
||||||
# label: Error Log File (Desktop only)
|
|
||||||
# description: |
|
|
||||||
# For the desktop versions, there might also be an error log file if there's no useful console output. Please check the following locations:
|
|
||||||
#
|
|
||||||
# * **macOS:** `~/Library/Logs/superProductivity/main.log`
|
|
||||||
# * **Windows:** `%USERPROFILE%\AppData\Roaming\superProductivity\logs\main.log`
|
|
||||||
# * **Linux:** `~/.config/superProductivity/logs/main.log`
|
|
||||||
# * **Linux (Snap):** `~/snap/superproductivity/common/.config/superProductivity/logs`
|
|
||||||
# * **Linux (Flatpak):** `~/.var/app/com.super_productivity.SuperProductivity/config/superProductivity/logs`
|
|
||||||
#
|
|
||||||
# **If you find logs and don't feel comfortable posting them publicly, you can email them to:** contact@super-productivity.com
|
|
||||||
#
|
|
||||||
# - type: input
|
|
||||||
# id: environment-de
|
|
||||||
# attributes:
|
|
||||||
# label: Desktop Environment (Linux only)
|
|
||||||
# description: If you are using Linux, please specify your Desktop Environment.
|
|
||||||
# placeholder: "e.g., GNOME 42, KDE Plasma 5.27, XFCE 4.18"
|
|
||||||
# validations:
|
|
||||||
# required: false # Often not applicable or known
|
|
||||||
# - type: input
|
|
||||||
# id: environment-browser
|
|
||||||
# attributes:
|
|
||||||
# label: Browser Name and Version (Web version only)
|
|
||||||
# description: If you are using the web version, specify your browser.
|
|
||||||
# placeholder: "e.g., Chrome 123, Firefox 124"
|
|
||||||
# validations:
|
|
||||||
# required: false # Only required for web version usage
|
|
||||||
|
|
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Ask a question
|
- name: Ask a question
|
||||||
url: https://github.com/super-productivity/super-productivity/discussions/categories/q-a
|
url: https://github.com/super-productivity/super-productivity/discussions/categories/q-a
|
||||||
|
|
|
||||||
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
|
@ -1,8 +1,7 @@
|
||||||
name: 💡 Feature Request
|
name: 💡 Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project.
|
||||||
title: '💡 '
|
title: '💡 '
|
||||||
labels: ['enhancement']
|
type: Future
|
||||||
assignees: []
|
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue