mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
tabs -> spaces
This commit is contained in:
parent
42fdbec43a
commit
d5c002c737
1 changed files with 29 additions and 29 deletions
58
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
58
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -8,7 +8,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
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
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -23,15 +23,15 @@ body:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
description: Steps to reproduce the behavior:
|
description: Steps to reproduce the behavior:
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
value: |
|
value: |
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -53,7 +53,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
description: If applicable, add screenshots to help explain your problem.
|
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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -61,7 +61,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: Get the version from the settings menu (bottom left corner)
|
description: Get the version from the settings menu (bottom left corner)
|
||||||
placeholder: 0.0.1-deafbeef
|
placeholder: 0.0.1-deafbeef
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -74,8 +74,8 @@ body:
|
||||||
- macOS
|
- macOS
|
||||||
- Windows
|
- Windows
|
||||||
- BSD
|
- BSD
|
||||||
- Haiku
|
- Haiku
|
||||||
- Other
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -87,14 +87,14 @@ body:
|
||||||
- AppImage
|
- AppImage
|
||||||
- Windows download
|
- Windows download
|
||||||
- macOS DMG file
|
- macOS DMG file
|
||||||
- Some repository (AUR, homebrew, distribution repository, PPA, etc)
|
- Some repository (AUR, homebrew, distribution repository, PPA, etc)
|
||||||
- Local build
|
- Local build
|
||||||
- type: input
|
- type: input
|
||||||
id: qt-version
|
id: qt-version
|
||||||
attributes:
|
attributes:
|
||||||
label: Qt version
|
label: Qt version
|
||||||
description: What version of Qt does your system use? (If you compiled Nheko yourself.)
|
description: What version of Qt does your system use? (If you compiled Nheko yourself.)
|
||||||
placeholder: 5.15.2.
|
placeholder: 5.15.2.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -102,7 +102,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: C++ compiler
|
label: C++ compiler
|
||||||
description: What compiler (and version) did you use (if you compiled Nheko yourself)?
|
description: What compiler (and version) did you use (if you compiled Nheko yourself)?
|
||||||
placeholder: gcc-9000
|
placeholder: gcc-9000
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -110,7 +110,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Desktop Environment
|
label: Desktop Environment
|
||||||
description: If you are on Linux, describe your 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:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
@ -126,26 +126,26 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
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.
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
The log file is located in
|
The log file is located in
|
||||||
Linux: ~/.cache/nheko/
|
Linux: ~/.cache/nheko/
|
||||||
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko
|
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko
|
||||||
Windows: C:/Users/<USER>/AppData/Local/nheko/cache
|
Windows: C:/Users/<USER>/AppData/Local/nheko/cache
|
||||||
render: shell
|
render: shell
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: backtrace
|
id: backtrace
|
||||||
attributes:
|
attributes:
|
||||||
label: Backtrace
|
label: Backtrace
|
||||||
description: If the program crashed send a backtrace.
|
description: If the program crashed send a backtrace.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug and running it through gdb or lldb.
|
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
|
render: shell
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue