Skip to content

Commit

Permalink
chore: add GitHub issue template for bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Sep 19, 2024
1 parent 910d6ea commit 4163c30
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.

0 comments on commit 4163c30

Please sign in to comment.