-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from funbox/develop
Version 0.15.0
- Loading branch information
Showing
17 changed files
with
416 additions
and
587 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,54 @@ | ||
_Before opening an issue, search for similar bug reports or feature requests on GitHub Issues. If yes, please add a_ 👍 _reaction to the existing issue. If no similar issue can be found, fill out either the "Bug Report" or the "Feature Request" section below. Erase the other section and everything on and above this line._ | ||
|
||
### Bug report | ||
|
||
**System info:** | ||
|
||
* **Version used (`init-exporter --version`):** | ||
* **OS (`cat /etc/*-release`):** | ||
* **Kernel (`uname -a`):** | ||
* **Go version (`go version`):** | ||
* **Install tools:** | ||
|
||
**System info:** | ||
|
||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
|
||
**Expected behavior:** | ||
|
||
[What you expected to happen] | ||
|
||
**Actual behavior:** | ||
|
||
[What actually happened] | ||
|
||
**Additional info:** | ||
|
||
[Include gist of relevant config, logs, etc.] | ||
|
||
Please run those if possible and link them from a [gist](http://gist.github.com). | ||
|
||
--- | ||
|
||
### Feature Request | ||
|
||
Opening a feature request kicks off a discussion. Requests may be closed if we're not actively planning to work on them. | ||
|
||
**Proposal:** | ||
|
||
[Description of the feature] | ||
|
||
**Current behavior:** | ||
|
||
[What currently happens] | ||
|
||
**Desired behavior:** | ||
|
||
[What you would like to happen] | ||
|
||
**Use case:** | ||
|
||
[Why is this important (helps with prioritizing requests)] | ||
|
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,25 @@ | ||
### What did you implement: | ||
|
||
Closes #XXXXX | ||
|
||
### How did you implement it: | ||
|
||
... | ||
|
||
### How can we verify it: | ||
|
||
... | ||
|
||
### TODO's: | ||
|
||
- [ ] Write tests | ||
- [ ] Write documentation | ||
- [ ] Check that there aren't other open pull requests for the same issue/feature | ||
- [ ] Format your source code by `make fmt` | ||
- [ ] Pass the test by `make test` | ||
- [ ] Provide verification config / commands | ||
- [ ] Enable "Allow edits from maintainers" for this PR | ||
- [ ] Update the messages below | ||
|
||
**Is this ready for review?:** No | ||
**Is it a breaking change?:** No |
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 |
---|---|---|
|
@@ -28,4 +28,3 @@ script: | |
- make test | ||
- make all | ||
- ./init-exporter --version | ||
- ./init-exporter-converter --version |
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
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
Oops, something went wrong.