Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
d5c002c7
Verified
Commit
d5c002c7
authored
3 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
tabs -> spaces
parent
42fdbec4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1545
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/ISSUE_TEMPLATE/bug_report.yaml
+29
-29
29 additions, 29 deletions
.github/ISSUE_TEMPLATE/bug_report.yaml
with
29 additions
and
29 deletions
.github/ISSUE_TEMPLATE/bug_report.yaml
+
29
−
29
View file @
d5c002c7
...
...
@@ -8,7 +8,7 @@ body:
attributes
:
value
:
|
Thanks for taking the time to fill out this bug report!
Please try to fill out all fields to the best of your ability.
Please try to fill out all fields to the best of your ability.
-
type
:
textarea
id
:
description
attributes
:
...
...
@@ -23,15 +23,15 @@ body:
label
:
To Reproduce
description: Steps to reproduce the behavior
:
placeholder
:
|
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
value
:
|
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations
:
required
:
true
-
type
:
textarea
...
...
@@ -53,7 +53,7 @@ body:
attributes
:
label
:
Screenshots
description
:
If applicable, add screenshots to help explain your problem.
placeholder: Upload your screenshots here. You can paste them or click on "Attach files".
placeholder
:
Upload your screenshots here. You can paste them or click on "Attach files".
validations
:
required
:
false
-
type
:
input
...
...
@@ -61,7 +61,7 @@ body:
attributes
:
label
:
Version
description
:
Get the version from the settings menu (bottom left corner)
placeholder: 0.0.1-deafbeef
placeholder
:
0.0.1-deafbeef
validations
:
required
:
true
-
type
:
dropdown
...
...
@@ -74,8 +74,8 @@ body:
-
macOS
-
Windows
-
BSD
- Haiku
- Other
-
Haiku
-
Other
-
type
:
dropdown
id
:
os
attributes
:
...
...
@@ -87,14 +87,14 @@ body:
-
AppImage
-
Windows download
-
macOS DMG file
- Some repository (AUR, homebrew, distribution repository, PPA, etc)
- Local build
-
Some repository (AUR, homebrew, distribution repository, PPA, etc)
-
Local build
-
type
:
input
id
:
qt-version
attributes
:
label
:
Qt version
description
:
What version of Qt does your system use? (If you compiled Nheko yourself.)
placeholder: 5.15.2.
placeholder
:
5.15.2.
validations
:
required
:
false
-
type
:
input
...
...
@@ -102,7 +102,7 @@ body:
attributes
:
label
:
C++ compiler
description
:
What compiler (and version) did you use (if you compiled Nheko yourself)?
placeholder: gcc-9000
placeholder
:
gcc-9000
validations
:
required
:
false
-
type
:
input
...
...
@@ -110,7 +110,7 @@ body:
attributes
:
label
:
Desktop Environment
description
:
If you are on Linux, describe your desktop environment.
placeholder: KDE with i3 as the window manager
placeholder
:
KDE with i3 as the window manager
validations
:
required
:
false
-
type
:
checkboxes
...
...
@@ -126,26 +126,26 @@ body:
attributes
:
label
:
Relevant log output
description
:
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
placeholder: |
The log file is located in
Linux: ~/.cache/nheko/
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko
Windows: C:/Users/<USER>/AppData/Local/nheko/cache
placeholder
:
|
The log file is located in
Linux: ~/.cache/nheko/
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko
Windows: C:/Users/<USER>/AppData/Local/nheko/cache
render
:
shell
-
type
:
textarea
id
:
backtrace
attributes
:
label
:
Backtrace
description
:
If the program crashed send a backtrace.
placeholder: |
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug and running it through gdb or lldb.
placeholder
:
|
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug and running it through gdb or lldb.
gdb ./build/nheko
gdb ./build/nheko
>> run
>> run
... Make the program crash
... Make the program crash
>> bt
>> bt
render
:
shell
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment