forked from hypermodeinc/badger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ISSUE_TEMPLATE (hypermodeinc#834)
- Loading branch information
Ibrahim Jarif
authored
May 30, 2019
1 parent
d9620c8
commit 5ef7757
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!-- Please answer these questions before submitting your issue. Thanks! --> | ||
|
||
### What version of Go are you using (`go version`)? | ||
|
||
<pre> | ||
$ go version | ||
|
||
</pre> | ||
|
||
### What version of Badger are you using? | ||
|
||
|
||
### Does this issue reproduce with the latest master? | ||
|
||
|
||
### What are the hardware specifications of the machine (RAM, OS, Disk)? | ||
|
||
|
||
### What did you do? | ||
|
||
<!-- | ||
If possible, provide a recipe for reproducing the error. A complete runnable program is good. | ||
--> | ||
|
||
|
||
|
||
### What did you expect to see? | ||
|
||
|
||
|
||
### What did you see instead? |