奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
36 additions and
38 deletions
-
.github/ISSUE_TEMPLATE/----bug.md
-
.github/ISSUE_TEMPLATE/----bug.ymal
|
@ -1,38 +0,0 @@ |
|
|
--- |
|
|
|
|
|
name: 提交一个bug |
|
|
|
|
|
about: 如果您发现了bug可以在这里告诉我们 |
|
|
|
|
|
title: '' |
|
|
|
|
|
labels: bug |
|
|
|
|
|
assignees: piexlmax, SliverHorn, songzhibin97 |
|
|
|
|
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
|
|
**Describe the bug** |
|
|
|
|
|
A clear and concise description of what the bug is. |
|
|
|
|
|
|
|
|
|
|
|
**To Reproduce** |
|
|
|
|
|
Steps to reproduce the behavior: |
|
|
|
|
|
1. Go to '...' |
|
|
|
|
|
2. Click on '....' |
|
|
|
|
|
3. Scroll down to '....' |
|
|
|
|
|
4. See error |
|
|
|
|
|
|
|
|
|
|
|
**Expected behavior** |
|
|
|
|
|
A clear and concise description of what you expected to happen. |
|
|
|
|
|
|
|
|
|
|
|
**Screenshots** |
|
|
|
|
|
If applicable, add screenshots to help explain your problem. |
|
|
|
|
|
|
|
|
|
|
|
**Desktop (please complete the following information):** |
|
|
|
|
|
- OS: [e.g. iOS] |
|
|
|
|
|
- Browser [e.g. chrome, safari] |
|
|
|
|
|
- Version [e.g. 22] |
|
|
|
|
|
|
|
|
|
|
|
**Smartphone (please complete the following information):** |
|
|
|
|
|
- Device: [e.g. iPhone6] |
|
|
|
|
|
- OS: [e.g. iOS8.1] |
|
|
|
|
|
- Browser [e.g. stock browser, safari] |
|
|
|
|
|
- Version [e.g. 22] |
|
|
|
|
|
|
|
|
|
|
|
**Additional context** |
|
|
|
|
|
Add any other context about the problem here. |
|
|
|
|
@ -0,0 +1,36 @@ |
|
|
|
|
|
|
|
|
|
|
|
name: 提交一个bug |
|
|
|
|
|
about: 如果您发现了bug可以在这里告诉我们 |
|
|
|
|
|
title: '' |
|
|
|
|
|
labels: bug |
|
|
|
|
|
assignees: piexlmax, SliverHorn, songzhibin97 |
|
|
|
|
|
body: |
|
|
|
|
|
- type: textarea |
|
|
|
|
|
attributes: |
|
|
|
|
|
label: Operating System |
|
|
|
|
|
description: What operating system are you using? |
|
|
|
|
|
placeholder: Example: macOS Big Sur |
|
|
|
|
|
value: operating system |
|
|
|
|
|
validations: |
|
|
|
|
|
required: true |
|
|
|
|
|
- type: dropdown |
|
|
|
|
|
attributes: |
|
|
|
|
|
label: Version |
|
|
|
|
|
description: What version of our software are you running? |
|
|
|
|
|
multiple: false |
|
|
|
|
|
options: |
|
|
|
|
|
- label: 1.0.2 (Default) |
|
|
|
|
|
- label: 1.0.3 (Edge) |
|
|
|
|
|
validations: |
|
|
|
|
|
required: true |
|
|
|
|
|
- type: checkboxes |
|
|
|
|
|
attributes: |
|
|
|
|
|
label: Code of Conduct |
|
|
|
|
|
description: The Code of Conduct helps create a safe space for everyone. We require |
|
|
|
|
|
that everyone agrees to it. |
|
|
|
|
|
options: |
|
|
|
|
|
- label: I agree to follow this project's [Code of Conduct](link/to/coc) |
|
|
|
|
|
required: true |
|
|
|
|
|
- type: markdown |
|
|
|
|
|
attributes: |
|
|
|
|
|
value: "Thanks for completing our form!" |