Skip to content

Commit

Permalink
Merge pull request #1259 from d8ahazard/ArrowM-patch-4
Browse files Browse the repository at this point in the history
Update bug_report.yml
  • Loading branch information
d8ahazard authored Jun 3, 2023
2 parents 07417c9 + 5a99718 commit b396af2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@ body:
label: Steps to reproduce the problem
description: Please provide us with precise step by step information on how to reproduce the bug
value: |
1. Go to ....
2. Press ....
3. ...
1. Go to ....
2. Press ....
3. ...
validations:
required: true
- type: textarea
id: commits
attributes:
label: Commit and libraries
description: Please find the following lines in the console and paste them below. Starting at `Initializing Dreambooth` and ending several lines below at `[+] bitsandbytes version 0.35.4 installed.`.
value:
description: Please find the following lines in the console and paste them below.
value: Starting at `Initializing Dreambooth` and ending several lines below at `[+] bitsandbytes version 0.35.4 installed.`.
validations:
required: true
- type: textarea
id: cmdargs
attributes:
label: Command Line Arguments
description: Are you using any launching parameters/command line arguments (modified webui-user .bat/.sh) ? If yes, please write them below. Write "No" otherwise.
render: Shell
label: Command Line Arguments
description: Are you using any launching parameters/command line arguments (modified webui-user .bat/.sh) ? If yes, please write them below. Write "No" otherwise.
render: Shell
validations:
required: true
- type: textarea
Expand Down

0 comments on commit b396af2

Please sign in to comment.