mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 04:19:30 +08:00
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
# @format
|
|
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: "(bug-scope): [Short Summary of Bug]"
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!.
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Please write a brief description of the bug, including what you expect to happen and what is currently happening.
|
|
placeholder: |
|
|
I expected …
|
|
But instead …
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: |
|
|
Please list the steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behaviour
|
|
placeholder: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots / Screen Recording / Logs / Code Snippets
|
|
placeholder: If applicable, add screenshots, screen recording, logs, or code snippets to help explain the problem.
|
|
validations:
|
|
required: false
|