50 lines
1.6 KiB
YAML
50 lines
1.6 KiB
YAML
name: 🐛 Bug report
|
|
description: Create a report to help us squash bugs!
|
|
title: "[Bug]: "
|
|
labels: ["T:Bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
Before smashing the submit button please review the template.
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search existing issues to avoid creating duplicates.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
IMPORTANT: Prior to opening a bug report, check if it affects one of the core modules
|
|
and if its eligible for a bug bounty on `SECURITY.md`. Bugs that are not submitted
|
|
through the appropriate channels won't receive any bounty.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
value: "A bug happened!"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Cosmos SDK Version
|
|
description: If applicable, specify the version you're using
|
|
placeholder: 0.46, 0.47, main, etc.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: How to reproduce?
|
|
description: If applicable could you describe how we could reproduce the bug
|
|
placeholder: Tell us what how to reproduce the bug!
|
|
validations:
|
|
required: false
|