2022-12-01 19:29:59 +03:00
|
|
|
name: 🐛 Bug Report
|
2022-11-18 13:47:17 +03:00
|
|
|
description: Report a bug
|
2022-12-01 19:29:59 +03:00
|
|
|
title: (bug report summary)
|
|
|
|
labels: Bug
|
2022-11-18 13:47:17 +03:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: description
|
|
|
|
attributes:
|
|
|
|
label: Describe the bug
|
|
|
|
description: What is the problem? A clear and concise description of the bug.
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: expected
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
2022-12-01 19:29:59 +03:00
|
|
|
description: What did you expect to happen?
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: current
|
|
|
|
attributes:
|
|
|
|
label: Current Behavior
|
|
|
|
description: |
|
|
|
|
What actually happened?
|
|
|
|
|
|
|
|
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
|
|
|
|
If service/functions responses are relevant, please include wire logs.
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: reproduction
|
|
|
|
attributes:
|
|
|
|
label: Reproduction Steps
|
|
|
|
description: |
|
|
|
|
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
|
|
|
|
For more complex issues provide a repo with the smallest sample that reproduces the bug.
|
|
|
|
|
|
|
|
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
|
2022-12-01 19:29:59 +03:00
|
|
|
The code sample should be an SSCCE. See http://sscce.org/ for details.
|
|
|
|
In short, please provide a code sample that we can copy/paste, run and reproduce.
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: solution
|
|
|
|
attributes:
|
|
|
|
label: Possible Solution
|
2022-12-01 19:29:59 +03:00
|
|
|
description: Suggest a fix/reason for the bug
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
|
|
|
required: false
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: context
|
|
|
|
attributes:
|
|
|
|
label: Additional Information/Context
|
|
|
|
description: |
|
2022-12-01 19:29:59 +03:00
|
|
|
Anything else that might be relevant for troubleshooting this bug.
|
|
|
|
Providing context helps us come up with a solution that is most useful in the real world.
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
|
|
|
required: false
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-11-18 13:47:17 +03:00
|
|
|
- type: input
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: V version
|
|
|
|
description: |
|
|
|
|
Please make sure to run `v up` before reporting any issues as it may have already been fixed.
|
2022-12-01 19:29:59 +03:00
|
|
|
It's also advisable to update all relevant modules using `v outdated` and `v install`.
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
|
|
|
required: true
|
2022-12-01 19:29:59 +03:00
|
|
|
|
2022-12-10 19:39:22 +03:00
|
|
|
- type: textarea
|
2022-11-18 13:47:17 +03:00
|
|
|
id: environment
|
|
|
|
attributes:
|
|
|
|
label: Environment details (OS name and version, etc.)
|
2022-12-01 19:29:59 +03:00
|
|
|
description: You can use `v doctor` to fill up this section.
|
2022-11-18 13:47:17 +03:00
|
|
|
validations:
|
2022-12-01 19:29:59 +03:00
|
|
|
required: true
|