cleanups
This commit is contained in:
parent
f16d1d0725
commit
e7924caca0
|
@ -1,34 +1,37 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: If you would like a new feature in Project64 or its default plugins, please open an issue here and fill out the template.
|
description: >-
|
||||||
title: "[Feature request]: "
|
If you would like a new feature in Visual Boy Advance - M or its default plugins, please
|
||||||
labels: ["enhancement"]
|
open an issue here and fill out the template.
|
||||||
assignees:
|
title: '[Feature request]: '
|
||||||
- null
|
labels:
|
||||||
|
- enhancement
|
||||||
|
assignees:
|
||||||
|
- null
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-request
|
id: feature-request
|
||||||
attributes:
|
attributes:
|
||||||
label: Request box
|
label: Request box
|
||||||
description: What feature would you like to see added?
|
description: What feature would you like to see added?
|
||||||
placeholder: Tell us what you would like to see added to Visual Boy Advance - M!
|
placeholder: Tell us what you would like to see added to Visual Boy Advance - M!
|
||||||
value: null
|
value: null
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reason-why
|
id: reason-why
|
||||||
attributes:
|
attributes:
|
||||||
label: Reason box
|
label: Reason box
|
||||||
description: Provide reasoning for the new feature
|
description: Provide reasoning for the new feature
|
||||||
placeholder: Tell us why you'd like to see this feature added
|
placeholder: Tell us why you'd like to see this feature added
|
||||||
value: null
|
value: null
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: Examples
|
id: Examples
|
||||||
attributes:
|
attributes:
|
||||||
label: Examples
|
label: Examples
|
||||||
description: Provide examples of this feature
|
description: Provide examples of this feature
|
||||||
placeholder: Provide examples or screenshots of this feature in other software
|
placeholder: Provide examples or screenshots of this feature in other software
|
||||||
value: null
|
value: null
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in New Issue