Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed non-working markdown field from bug template #811

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 28 additions & 16 deletions .github/ISSUE_TEMPLATE/1-bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,36 @@ title: '🐛 [Bug] - <title>'
labels: ['bug']

body:
- type: markdown
- type: textarea
id: expected_behavior
attributes:
value: |
### Expected Behavior
---

### Current Behavior
---

### Steps to Reproduce
---

Please try to describe the issue as best as possible
label: 'Expected Behavior'
description: What was the expected behavior?
placeholder: "..."
validations:
required: false

- type: textarea
id: current_behavior
attributes:
label: 'Current Behavior'
description: What is the current behavior?
placeholder: "..."
validations:
required: false

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- 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 '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: false

- type: input
id: version
Expand Down
Loading