mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
update: change template file form md to yaml
This commit is contained in:
parent
29a1b8a96c
commit
06ff08ff81
5 changed files with 114 additions and 42 deletions
|
|
@ -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:
|
||||
44
.github/ISSUE_TEMPLATE/code-issue-report.yaml
vendored
Normal file
44
.github/ISSUE_TEMPLATE/code-issue-report.yaml
vendored
Normal 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`)
|
||||
10
.github/ISSUE_TEMPLATE/code-issue.md
vendored
10
.github/ISSUE_TEMPLATE/code-issue.md
vendored
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
name: Code issue
|
||||
about: Improve the Erg code base
|
||||
title: ''
|
||||
labels: code-issue
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -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.
|
||||
62
.github/ISSUE_TEMPLATE/unintended-behavior-report.yaml
vendored
Normal file
62
.github/ISSUE_TEMPLATE/unintended-behavior-report.yaml
vendored
Normal 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`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue