feat: improve github issue url reporting

This commit is contained in:
Johannes Millan 2025-04-25 12:06:19 +02:00
parent 95f57150d0
commit e9efb7469a
2 changed files with 2 additions and 65 deletions

View file

@ -1,59 +1,7 @@
---
name: Bug Report
name: ___
labels: bug
about: Report a bug you encountered
about: internal app error report
title: ''
assignees: ''
---
<!--- Your issue may already be reported!
!!! Please search the issues before creating one !!! -->
### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
- Version used: <!-- version number and package type (snap, deb, etc.) -->
- Operating System and version:
- Desktop Environment: <!-- if on linux-->
- Browser Name and version: <!-- if using the web version-->
### Expected Behavior
<!--- Tell us what should happen -->
### Current Behavior
<!--- Tell us what happens instead of the expected behavior -->
### Steps to Reproduce (for bugs)
<!--- Does the error happen once or are you able to reproduce it reliably? --->
<!--- Provide a link to a live example or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
### Can you reproduce this reliably?
<!--- Was this a one time thing or can you reliably reproduce this issue --->
### Console Output
<!--- Is there any output if you press Ctrl+Shift+i (Cmd+Alt+i for mac) in the console tab? If so please post it here. -->
### Error Log (Desktop only)
<!--- For the desktop versions, there is also an error log file in case there is no console output.
Usually, you can find it here:
on macOS: ~/Library/Logs/superProductivity/main.log
on Windows: %USERPROFILE%\AppData\Roaming\superProductivity\logs\main.log
on Linux: ~/.config/superProductivity/logs/main.log
on Linux (snap): ~/snap/superproductivity/common/.config/superProductivity/logs
on Linux (flatpak): ~/.var/app/com.super_productivity/SuperProductivity/config/superProductivity/logs
If you don't feel comfortable posting your logs here in public you can also send to me via email: contact@super-productivity.com
. -->

View file

@ -212,20 +212,9 @@ const getGithubIssueErrorMarkdown = (
const code = '```';
let txt = `### Steps to Reproduce
<!-- !!! Please provide an unambiguous set of steps to reproduce this bug! !!! -->
<!-- !!! Please provide an unambiguous set of steps to reproduce this bug! !!! -->
1.
2.
3.
4.
### Error Log (Desktop only)
<!-- For the desktop versions, there is also an error log file in case there is no console output.
Usually, you can find it here:
on Linux: ~/.config/superProductivity/logs/main.log
on macOS: ~/Library/Logs/superProductivity/main.log
on Windows: %USERPROFILE%/AppData/Roaming/superProductivity/logs/main.log
. -->
### Console Output
<!-- Is there any output if you press Ctrl+Shift+i (Cmd+Alt+i for mac) in the console tab? If so please post it here. -->