Skip to content

Commit 76d91aa

Browse files
authored
Merge pull request #321 from ovrclk/issue-template
Add community issue template
2 parents 0b5f95b + 45dea2a commit 76d91aa

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Community issue template
3+
about: Bug reports and feature requests from the Akash community
4+
5+
---
6+
7+
<!-- This form is for bug reports and feature requests ONLY!
8+
9+
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.
10+
11+
If the matter is security related, please DM an admin on our Telegram channel at https://t.me/AkashNW.
12+
-->
13+
14+
15+
### Issue type
16+
<!-- Bug or feature request? -->
17+
18+
19+
### Akash version
20+
<!-- output of:
21+
$ akash version
22+
-->
23+
24+
25+
### Akash token balance
26+
<!-- output of:
27+
$ akash key list #returns your key names and values
28+
$ akash query account [key value] #returns your balance
29+
-->
30+
31+
### What happened
32+
33+
34+
### What did you expect to happen
35+
36+
37+
### How to reproduce it
38+
<!-- Steps to reproduce, as minimally and precisely as possible -->
39+
40+
41+
### Environment
42+
<!-- Where are you running?
43+
akashd (server): testnet or local?
44+
akash (client): OS and other env info as appropriate
45+
-->
46+
47+
48+
### Anything else we need to know?
49+
<!-- For example:
50+
- {deployment,lease} id as appropriate
51+
- deployment.yml if appropriate
52+
-->
53+
54+

0 commit comments

Comments
 (0)