Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

add ISSUE_TEMPLATE/bug_report.yml #867

Open
wants to merge 1 commit into
base: main
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
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: Bug report
description: Create a report to help us improve Siembol
title: "[BUG]: <title>"
labels: [ "bug" ]

body:
- type: markdown
attributes:
value: |
**Thank you for reporting this issue!**
To help us understand and address the problem effectively, please provide detailed information.
You can refer to [this guide](https://stackoverflow.com/help/mcve) for tips on creating a good bug report.

- type: textarea
id: describe-bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: environment
attributes:
label: Environment
description: "Please provide details about your environment:"
value: |
- Siembol Version: [e.g., 2.6.0]
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps To Reproduce
description: "Detailed steps to reproduce the behavior:"
placeholder: |
1. Provide a detailed description of the steps taken.
2. Specify any relevant configuration or input data.
3. Explain the observed behavior or error message.
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: context
attributes:
label: Additional Context (Optional)
description: Add any other context about the problem here, including log outputs or screenshots if applicable.
validations:
required: false