parent
2927f672fd
commit
df1881acfa
|
|
@ -78,3 +78,8 @@ body:
|
||||||
```
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: >
|
||||||
|
Provide any extra details here.
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,8 @@ body:
|
||||||
description: >
|
description: >
|
||||||
How has this issue affected you? What are you trying to accomplish?
|
How has this issue affected you? What are you trying to accomplish?
|
||||||
Providing context helps us come up with a solution that is most useful in the real world.
|
Providing context helps us come up with a solution that is most useful in the real world.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Notes
|
||||||
|
description: >
|
||||||
|
Provide any extra details here.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue