Update Github files
This commit is contained in:
parent
ee6a302b82
commit
d1e88c120e
2 changed files with 25 additions and 3 deletions
26
.github/ISSUE_TEMPLATE/bug.yml
vendored
26
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/auto-documentation.yml
vendored
2
.github/workflows/auto-documentation.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue