tabs -> spaces

This commit is contained in:
Nicolas Werner 2021-08-08 01:20:10 +02:00
parent 42fdbec43a
commit d5c002c737
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 29 additions and 29 deletions

View File

@ -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