|
@ -24,20 +24,6 @@ body: |
|
|
validations: |
|
|
validations: |
|
|
required: true |
|
|
required: true |
|
|
|
|
|
|
|
|
- type: dropdown |
|
|
|
|
|
id: version |
|
|
|
|
|
attributes: |
|
|
|
|
|
label: Version |
|
|
|
|
|
description: Affected versions. |
|
|
|
|
|
multiple: true |
|
|
|
|
|
options: |
|
|
|
|
|
- v12 |
|
|
|
|
|
- v13 |
|
|
|
|
|
- v14 |
|
|
|
|
|
- develop |
|
|
|
|
|
validations: |
|
|
|
|
|
required: true |
|
|
|
|
|
|
|
|
|
|
|
- type: dropdown |
|
|
- type: dropdown |
|
|
id: module |
|
|
id: module |
|
|
attributes: |
|
|
attributes: |
|
@ -86,7 +72,7 @@ body: |
|
|
- manual install |
|
|
- manual install |
|
|
- FrappeCloud |
|
|
- FrappeCloud |
|
|
validations: |
|
|
validations: |
|
|
required: true |
|
|
required: false |
|
|
|
|
|
|
|
|
- type: textarea |
|
|
- type: textarea |
|
|
id: logs |
|
|
id: logs |
|
@ -95,12 +81,7 @@ body: |
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted. |
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted. |
|
|
render: shell |
|
|
render: shell |
|
|
|
|
|
|
|
|
|
|
|
- type: markdown |
|
|
- type: checkboxes |
|
|
|
|
|
id: terms |
|
|
|
|
|
attributes: |
|
|
attributes: |
|
|
label: Code of Conduct |
|
|
value: | |
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/frappe/erpnext/blob/develop/CODE_OF_CONDUCT.md) |
|
|
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/frappe/erpnext/blob/develop/CODE_OF_CONDUCT.md) |
|
|
options: |
|
|
|
|
|
- label: I agree to follow this project's Code of Conduct |
|
|
|
|
|
required: true |
|
|
|
|
|