Update Github files

This commit is contained in:
Izuco 2022-03-04 19:52:16 +01:00
parent ee6a302b82
commit d1e88c120e
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA
2 changed files with 25 additions and 3 deletions

View file

@ -17,7 +17,29 @@ body:
description: "Which version of the program do you use?"
placeholder: "1.0.0"
validations:
required: true
required: true
body:
- type: dropdown
id: opsystem
attributes:
label: Operating System
description: "Please tell us what OS you are using."
options:
- Windows
- Linux
- MacOS
validations:
required: true
- type: dropdown
id: gui
attributes:
label: Type
description: "Please tell us if you are using the gui or the cli version."
options:
- Cli
- Gui
validations:
required: true
- type: dropdown
id: service
attributes:
@ -57,7 +79,7 @@ body:
id: output
attributes:
label: Console Output
description: "Please paste the console output from the beginning till termination here."
description: "Please paste the console output from the beginning till termination here. If you are using the gui open the log folder under 'Debug > Open Log Folder' in the Menu. Please copy the content of the file with the highest number here."
validations:
required: true
- type: textarea

View file

@ -23,4 +23,4 @@ jobs:
- run: npm run docs
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Build Documentaion
commit_message: ${{ github.event.head_commit.message }} + Documentation