remove required flag for Error Messages
Not all issues reporte will have an error message.
This commit is contained in:
parent
be7b1ef1d2
commit
a00e4345d0
|
@ -64,7 +64,7 @@ body:
|
||||||
If this is a crash bug, and you have the time and inclination, please provide a symbolic backtrace.
|
If this is a crash bug, and you have the time and inclination, please provide a symbolic backtrace.
|
||||||
Instructions for doing so are [here](https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/README.md#reporting-crash-bugs).
|
Instructions for doing so are [here](https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/README.md#reporting-crash-bugs).
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: Rom_Details
|
id: Rom_Details
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue