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: 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

Loading…
Cancel
Save