Migratre bug report template to form

This commit is contained in:
1024jp 2021-08-22 17:04:22 +09:00
parent b40d719b7d
commit 2ffd08728e
2 changed files with 48 additions and 31 deletions

View File

@ -1,31 +0,0 @@
---
name: Bug report
about: Something is not working as expected.
title: ''
labels: ''
assignees: ''
---
**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.
**Enviroment (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

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

@ -0,0 +1,48 @@
name: Bug report
description: Something is not working as expected.
labels: 'potential bug'
body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reproduce the behavior.
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
- type: input
attributes:
label: CotEditor version
validations:
required: true
- type: input
attributes:
label: macOS version
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: >-
Add any other context about the problem here.