mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-18 23:27:44 +03:00
Added Github templates for PRs and bugs Also added one for funding, please do not feel obligated to donate to the project, this is not a for-profit endevour, I just had someone ask where they could send a few dollars so I have set it up
55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
name: Bug Report
|
|
description: Report an issue or unexpected behavior
|
|
title: "Short, descriptive title of the issue"
|
|
labels: ["bug", "triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to report this bug! Please fill out the details below.
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Affected Version
|
|
description: What version of the project/library are you using? (e.g., v1.2.3, master branch commit SHA)
|
|
placeholder: Ex. v1.2.3
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Describe the Bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder:
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Clearly list the steps necessary to reproduce the unexpected behavior.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Select '...'
|
|
3. Crash
|
|
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: logs
|
|
attributes:
|
|
label: Relevant Log Output/Screenshots
|
|
description: If applicable, error messages, or log output to help explain your problem. You can drag and drop images here.
|
|
render: shell
|