Skip to content

Commit

Permalink
Merge pull request #321 from ovrclk/issue-template
Browse files Browse the repository at this point in the history
Add community issue template
  • Loading branch information
nalesandro authored Jul 27, 2018
2 parents 0b5f95b + 45dea2a commit 76d91aa
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/community-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
name: Community issue template
about: Bug reports and feature requests from the Akash community

---

<!-- This form is for bug reports and feature requests ONLY!
If you're looking for help, run `akash -h`, check testnet documentation at https://github.com/ovrclk/akash/_docs/testnet, or our general documentation at https://github.com/ovrclk/akash/_docs.
If the matter is security related, please DM an admin on our Telegram channel at https://t.me/AkashNW.
-->


### Issue type
<!-- Bug or feature request? -->


### Akash version
<!-- output of:
$ akash version
-->


### Akash token balance
<!-- output of:
$ akash key list #returns your key names and values
$ akash query account [key value] #returns your balance
-->

### What happened


### What did you expect to happen


### How to reproduce it
<!-- Steps to reproduce, as minimally and precisely as possible -->


### Environment
<!-- Where are you running?
akashd (server): testnet or local?
akash (client): OS and other env info as appropriate
-->


### Anything else we need to know?
<!-- For example:
- {deployment,lease} id as appropriate
- deployment.yml if appropriate
-->


0 comments on commit 76d91aa

Please sign in to comment.