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

Create Bug-report.yml #361

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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.