mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: github issue url reporting
This commit is contained in:
parent
94cecfdc37
commit
95f57150d0
2 changed files with 60 additions and 0 deletions
59
.github/ISSUE_TEMPLATE/in_app_bug_report.md
vendored
Normal file
59
.github/ISSUE_TEMPLATE/in_app_bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
name: Bug Report
|
||||
labels: bug
|
||||
about: Report a bug you encountered
|
||||
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
|
||||
. -->
|
||||
|
|
@ -200,6 +200,7 @@ export const getGithubErrorUrl = (
|
|||
user: 'johannesjo',
|
||||
repo: 'super-productivity',
|
||||
title: title,
|
||||
template: 'in_app_bug_report.md',
|
||||
body: getGithubIssueErrorMarkdown(stackTrace, isHideActionsBeforeError),
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue