mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34: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
|
||||
attributes:
|
||||
label: Result
|
||||
label: Expected result
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Actual result
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
@ -31,7 +37,7 @@ body:
|
|||
attributes:
|
||||
label: Erg version
|
||||
validations:
|
||||
required: false
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
|
@ -49,3 +55,4 @@ body:
|
|||
- MacOS 11 (Big Sur)
|
||||
- Ubuntu
|
||||
- Linux(other distro)
|
||||
- Other (write in `Additional context`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue