update: change template file form md to yaml

This commit is contained in:
GreasySlug 2022-12-28 17:26:50 +09:00
parent 29a1b8a96c
commit 06ff08ff81
5 changed files with 114 additions and 42 deletions

View file

@ -1,4 +1,4 @@
name: 🐛 Bug report
name: 🐛 Bug Report
description: Create a report to help us improve
labels:
- bug
@ -39,11 +39,15 @@ body:
validations:
required: true
- type: input
- type: dropdown
attributes:
label: Python version
validations:
required: false
options:
- Python3.7.x
- Python3.8.x
- Python3.9.x
- Python3.10.x
- Python3.11.x
- type: dropdown
attributes:

View file

@ -0,0 +1,44 @@
name: Code Issue
description: Improve the Erg code base
labels:
- code-issue
body:
- type: textarea
attributes:
label: Describe the code issue?
validations:
required: true
- type: textarea
attributes:
label: Additional context
validations:
required: false
- type: input
attributes:
label: Erg version
validations:
required: true
- type: dropdown
attributes:
label: Python version
options:
- Python3.7.x
- Python3.8.x
- Python3.9.x
- Python3.10.x
- Python3.11.x
- type: dropdown
attributes:
label: OS
options:
- Windows 10
- Windows 11
- MacOS 12 (Monterey)
- MacOS 11 (Big Sur)
- Ubuntu
- Linux(other distro)
- Other (write in `Additional context`)

View file

@ -1,10 +0,0 @@
---
name: Code issue
about: Improve the Erg code base
title: ''
labels: code-issue
assignees: ''
---

View file

@ -1,28 +0,0 @@
---
name: Unintended behavior report
about: Create a report to help us improve
title: ''
labels: unintended-behavior
assignees: ''
---
**Describe the behavior**
**Reproducible code**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Current behavior**
**Screenshots (optional)**
If applicable, add screenshots to help explain your problem.
**OS**
e.g. Windows 11 (WSL2)
If it is an obvious environment-independent bug (e.g. type inference bug), it is not necessary
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,62 @@
name: Unintended Behavior Report
description: Create a report to help us improve
labels:
- unintended-behavior
body:
- type: textarea
attributes:
label: Describe the behavior?
validations:
required: true
- type: textarea
attributes:
label: Reproducible code
validations:
required: false
- type: textarea
attributes:
label: Expected result
validations:
required: false
- type: textarea
attributes:
label: Actual result
validations:
required: false
- type: textarea
attributes:
label: Additional context
validations:
required: false
- type: input
attributes:
label: Erg version
validations:
required: true
- type: dropdown
attributes:
label: Python version
options:
- Python3.7.x
- Python3.8.x
- Python3.9.x
- Python3.10.x
- Python3.11.x
- type: dropdown
attributes:
label: OS
options:
- Windows 10
- Windows 11
- MacOS 12 (Monterey)
- MacOS 11 (Big Sur)
- Ubuntu
- Linux(other distro)
- Other (write in `Additional context`)