mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
Update bug_report.yaml
This commit is contained in:
parent
577018b79b
commit
b58df9547d
1 changed files with 10 additions and 3 deletions
11
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -17,7 +17,13 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Result
|
label: Expected result
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Actual result
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
@ -31,7 +37,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Erg version
|
label: Erg version
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -49,3 +55,4 @@ body:
|
||||||
- MacOS 11 (Big Sur)
|
- MacOS 11 (Big Sur)
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
- Linux(other distro)
|
- Linux(other distro)
|
||||||
|
- Other (write in `Additional context`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue