gitfolio/.github/ISSUE_TEMPLATE/bug-report.md

41 lines
936 B
Markdown

---
name: 🐛 Bug Report
about: Report a bug in the project.
---
<details>
<summary>System Information</summary>
<!-- Please fill in this table -->
| Name | Value |
| --------------- | -------------------------------------------------------------- |
| OS | Mac/Windows/Linux |
| Node Version | <!-- Result of running `node -v` --> |
| Project Version | <!-- Result of running `git log --pretty=format:'%h' -n 1` --> |
</details>
<details>
<summary>What is the current behavior?</summary>
<!-- Write a description of the problem here -->
</details>
<details>
<summary>What is the expected behavior?</summary>
<!-- Write a description of what should happen instead -->
</details>
<details>
<summary>Logs</summary>
<!-- Include relevant logs here -->
```
```
</details>