-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add GitHub issue template for bugs
- Loading branch information
1 parent
910d6ea
commit 4163c30
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Version | ||
|
||
Please specify the version of the project where the issue occurred (e.g., `v1.2.3`, `main`, `commit hash`). | ||
|
||
### YAML file where the error occurs | ||
|
||
Paste your YAML file here. | ||
|
||
### Command used to run | ||
|
||
Provide the exact command you used. | ||
|
||
### Optional configuration (if different from the default) | ||
|
||
Provide any non-default configuration here. | ||
|
||
### Additional context | ||
|
||
Add any other context about the problem here (Node.js/Docker version, etc.). | ||
|
||
### Current behavior (console output) | ||
|
||
Paste the console output or error message here. | ||
|
||
### Expected behavior | ||
|
||
Explain what you expected to happen. |