mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +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
|
||||
description: Create a report
|
||||
title: "[Bug]: "
|
||||
labels:
|
||||
- bug
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
@@ -19,10 +21,14 @@ body:
|
||||
|
||||
- type: textarea
|
||||
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: |
|
||||
The full console log of your terminal.
|
||||
From `Python ..., Version: ..., Commit hash: ...` to the end.
|
||||
placeholder: |
|
||||
Python ...
|
||||
Version: ...
|
||||
@@ -33,6 +39,11 @@ body:
|
||||
Launching Web UI with arguments: ...
|
||||
[-] ADetailer initialized. version: ...
|
||||
...
|
||||
...
|
||||
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
...
|
||||
render: Shell
|
||||
validations:
|
||||
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:
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
days-before-stale: 30
|
||||
days-before-close: 5
|
||||
days-before-stale: 23
|
||||
days-before-close: 3
|
||||
|
||||
Reference in New Issue
Block a user