mirror of
https://github.com/frappe/books.git
synced 2024-11-09 23:30:56 +00:00
Merge pull request #811 from Isaac-GC/issue_templates
removed non-working markdown field from bug template
This commit is contained in:
commit
ec5412b53b
34
.github/ISSUE_TEMPLATE/1-bug_template.yml
vendored
34
.github/ISSUE_TEMPLATE/1-bug_template.yml
vendored
@ -4,24 +4,36 @@ title: '🐛 [Bug] - <title>'
|
|||||||
labels: ['bug']
|
labels: ['bug']
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: textarea
|
||||||
|
id: expected_behavior
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: 'Expected Behavior'
|
||||||
### Expected Behavior
|
description: What was the expected behavior?
|
||||||
---
|
placeholder: "..."
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
### Current Behavior
|
- type: textarea
|
||||||
---
|
id: current_behavior
|
||||||
|
attributes:
|
||||||
### Steps to Reproduce
|
label: 'Current Behavior'
|
||||||
---
|
description: What is the current behavior?
|
||||||
|
placeholder: "..."
|
||||||
Please try to describe the issue as best as possible
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: steps_to_reproduce
|
||||||
|
attributes:
|
||||||
|
label: 'Steps to Reproduce'
|
||||||
|
description: Please try to describe the issue as best as possible
|
||||||
|
placeholder: |
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
|
Loading…
Reference in New Issue
Block a user