misc: update github yamls

This commit is contained in:
Bingsu
2023-07-23 10:24:00 +09:00
parent b3676cc7d9
commit b804a9f90f
3 changed files with 25 additions and 4 deletions

View File

@@ -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
View 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.

View File

@@ -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