Add issue templates. (#31)

This commit is contained in:
Jake 2019-05-19 20:21:30 -07:00 committed by imfunny
parent 430c14fdf9
commit 17a5aa2dc8
2 changed files with 52 additions and 0 deletions

40
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,40 @@
---
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>

View File

@ -0,0 +1,12 @@
---
name: ✨ Feature Request
about: Request a new feature.
---
# What feature should be added?
<!-- Explain what the feature is here -->
# Why should this feature be added?
<!-- Provide information on what improvements this feature brings -->