ADD: Issue Template

This commit is contained in:
Gourieff 2023-09-18 13:42:01 +07:00
parent 3c36c6b075
commit 095191a160
3 changed files with 77 additions and 0 deletions

56
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,56 @@
name: Bug Report
description: You think somethings is broken
labels: ["bug", "new"]
body:
- type: checkboxes
attributes:
label: First, confirm
description: Make sure you use the latest version of the ReActor extension and you have already searched to see if an issue already exists for the bug you encountered before you create a new Issue.
options:
- label: I have searched the existing issues
required: true
- label: I have updated the extension to the latest version
required: true
- type: markdown
attributes:
value: |
*Please fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers" and *provide screenshots if possible**
- type: textarea
id: what-did
attributes:
label: What happened?
description: Tell what happened in a very clear and simple way
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce the problem
description: Please provide with precise step by step instructions on how to reproduce the bug
value: |
1. Go to ....
2. Press ....
3. ...
validations:
required: true
- type: textarea
id: sysinfo
attributes:
label: Sysinfo
description: Describe your platform. OS, browser, GPU, what SD WebUI you use, what version and what extensions are also enabled. If you use A1111 you can generate "System info file" (Settings -> Sysinfo) and put it here.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant console log
description: Please provide cmd/terminal logs from the moment you started UI to the momemt you got an error. This will be automatically formatted into code, so no need for backticks.
render: Shell
validations:
required: true
- type: textarea
id: misc
attributes:
label: Additional information
description: Please provide with any relevant additional info or context.

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: ReActor Extension Community Support
url: https://github.com/Gourieff/sd-webui-reactor/discussions
about: Please ask and answer questions here.

View File

@ -0,0 +1,16 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement", "new"]
body:
- type: textarea
id: description
attributes:
label: Feature description
description: Describe the feature in a clear and simple way
value:
- type: markdown
attributes:
value: |
The best way to propose an idea is to start a new discussion via the [Discussions](https://github.com/Gourieff/sd-webui-reactor/discussions) section (choose the "Idea" category)