diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3fe7632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.