Files
pezkuwi-runtime-templates/.github/ISSUE_TEMPLATE/bug_report.yml
T

40 lines
1.5 KiB
YAML

name: 🐞 Bug report
description: Create a report to help us improve
title: "🐞 [Bug]: "
labels: ["bug", "needs triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Briefly describe the issue you're experiencing. Tell us what you were trying to do and what happened instead. Remember, this is not a place to ask for help debugging code. For that, we welcome you in the OpenZeppelin Community Forum: https://forum.openzeppelin.com/.
- type: checkboxes
id: templates
attributes:
label: templates
description: Which template is this issue related to?
options:
- label: Generic Runtime Template
required: false
- label: Evm Template
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: if you want, you can include screenshots as well :)
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What should have happened instead?
- type: checkboxes
id: terms
attributes:
label: Contribution Guidelines
description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://github.com/OpenZeppelin/bizinikiwi-runtime-template/blob/main/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Contribution Guidelines
required: true