feat(github): add issues template

This commit is contained in:
George Lima 2019-05-31 17:27:05 -03:00
parent d29b2c7584
commit 8c4416434e
3 changed files with 68 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report.
---
## Description
Describe the issue that you're seeing.
### Steps to reproduce
Clear steps describing how to reproduce the issue. This makes your issue _much_ easier to diagnose (seriously).
### Expected result
What should happen?
### Actual result
What happened.
### Environment
- What version of Zepio are you using?
- Which Operating System are you using (macOS/Linux/Windows)? What version?
- Are you using an external `zcashd` daemon or the one built inside Zepio?
### Logs
- `%APPDATA%/zepio/main-process-logs.txt` on Windows
- `$XDG_CONFIG_HOME/zepio/main-process-logs.txt` or `~/.config/zepio/main-process-logs.txt` on Linux
- `~/Library/Application Support/zepio/main-process-logs.txt` on macOS

View File

@ -0,0 +1,16 @@
---
name: Feature Request 💡
about: Suggest a new idea for the project.
---
## Summary
Brief explanation of the feature.
### Basic example
If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable.
### Motivation
Why are we doing this? What use cases does it support? What is the expected outcome?

20
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Question 🤔
about: Usage question or discussion about Gatsby.
---
## Summary
## Relevant information
### Environment (if relevant)
- What version of Zepio are you using?
- Which Operating System are you using (macOS/Linux/Windows)? What version?
- Are you using an external `zcashd` daemon or the one built inside Zepio?
### Logs (if relevant)
- `%APPDATA%/zepio/main-process-logs.txt` on Windows
- `$XDG_CONFIG_HOME/zepio/main-process-logs.txt` or `~/.config/zepio/main-process-logs.txt` on Linux
- `~/Library/Application Support/zepio/main-process-logs.txt` on macOS