mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
41 lines
936 B
Markdown
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>
|