Browse Source

chore: simplify bug report form

develop
Ankush Menat 3 years ago
parent
commit
8dc1ce12d4
  1. 27
      .github/ISSUE_TEMPLATE/bug_report.yaml

27
.github/ISSUE_TEMPLATE/bug_report.yaml

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

Loading…
Cancel
Save