mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-04-06 17:10:29 +08:00
Feat: optimize issue
This commit is contained in:
parent
cacc01e644
commit
d034dad522
26
.github/ISSUE_TEMPLATE/-bug-report--title.md
vendored
26
.github/ISSUE_TEMPLATE/-bug-report--title.md
vendored
@ -1,26 +0,0 @@
|
||||
---
|
||||
name: "[Bug Report] Title"
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: alongw, LazyCreeper, unitwk
|
||||
|
||||
---
|
||||
|
||||
**Please complete the following information:**
|
||||
|
||||
### Environment
|
||||
|
||||
Panel Version:
|
||||
NodeJS Version:
|
||||
System: <Linux/Win>
|
||||
Recurrence probability: <1%~100%>
|
||||
|
||||
### Describe
|
||||
|
||||
> Please describe the behavior of the BUG in detail here, supporting pictures and videos.
|
||||
|
||||
### Reproduction Steps
|
||||
|
||||
1. step 1...
|
||||
2. step 2...
|
48
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
48
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
name: Bug Report
|
||||
description: Create a report to help us improve.
|
||||
title: "[Bug Report] "
|
||||
labels:
|
||||
body:
|
||||
- type: input
|
||||
id: Platform
|
||||
attributes:
|
||||
label: Platform
|
||||
description: Please enter the platform on which you encountered the bug.
|
||||
placeholder: e.g. Windows 11, Ubuntu 14.04
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: Panel Version
|
||||
attributes:
|
||||
label: Panel Version
|
||||
description: MCSManager Panel Version
|
||||
placeholder: e.g. 10.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: Daemon Version
|
||||
attributes:
|
||||
label: Daemon Version (Optional)
|
||||
description: MCSManager Daemon Version
|
||||
placeholder: e.g. 4.3.0
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: Recurrence Probability
|
||||
attributes:
|
||||
label: Recurrence Probability
|
||||
description: Recurrence Probability
|
||||
placeholder: 1%~100%
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: bug-report
|
||||
attributes:
|
||||
label: BUG Description
|
||||
description: Please describe the problem you met in as much detail as possible. Besides, please describe how to trigger this problem again.
|
||||
placeholder: |
|
||||
1. Click a button named ...
|
||||
2. ...
|
||||
3. ...
|
||||
validations:
|
||||
required: true
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord Channel
|
||||
url: https://discord.gg/BNpYMVX7Cd
|
||||
about: The official Discord channel of MCSManager!
|
Loading…
x
Reference in New Issue
Block a user