mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-30 11:11:21 +00:00
misc: update github yamls
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Bug report
|
name: Bug report
|
||||||
description: Create a report
|
description: Create a report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@@ -19,10 +21,14 @@ body:
|
|||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: The entire console log, including python version information, webui version, commit hash, commandline arguments and error traces.
|
label: Screenshots
|
||||||
|
description: Screenshots related to the issue.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Console logs, from start to end.
|
||||||
description: |
|
description: |
|
||||||
The full console log of your terminal.
|
The full console log of your terminal.
|
||||||
From `Python ..., Version: ..., Commit hash: ...` to the end.
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Python ...
|
Python ...
|
||||||
Version: ...
|
Version: ...
|
||||||
@@ -33,6 +39,11 @@ body:
|
|||||||
Launching Web UI with arguments: ...
|
Launching Web UI with arguments: ...
|
||||||
[-] ADetailer initialized. version: ...
|
[-] ADetailer initialized. version: ...
|
||||||
...
|
...
|
||||||
|
...
|
||||||
|
|
||||||
|
Traceback (most recent call last):
|
||||||
|
...
|
||||||
|
...
|
||||||
render: Shell
|
render: Shell
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
10
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
10
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: Question
|
||||||
|
description: Write a question
|
||||||
|
labels:
|
||||||
|
- question
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Question
|
||||||
|
description: Please do not write bug reports or feature requests here.
|
||||||
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -9,5 +9,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
days-before-stale: 30
|
days-before-stale: 23
|
||||||
days-before-close: 5
|
days-before-close: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user