Skip to content
Open
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
37 changes: 37 additions & 0 deletions Bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Bug report
description: Create an issue to help us improve Scroll documentation
labels: ['bug']
body:
- type: textarea
id: issue-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Describe the bug here.
validations:
required: true
- type: textarea
id: issue-reproduction
attributes:
label: Steps to reproduce
description: Describe steps to reproduce the behavior.
placeholder: Steps to reproduce the bug here.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: Expected behavior here.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
placeholder: Add screenshots here.
label: Link
description: If applicable, add Link to help locate your problem.
placeholder: Add link here.