Skip to content

Commit c63ebda

Browse files
authored
Merge pull request #240 from DirectXMan12/release/v0.1.8
v0.1.8
2 parents 9d3345d + 43351af commit c63ebda

File tree

1,305 files changed

+18280
-255490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,305 files changed

+18280
-255490
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- please add a :warning: (`:warning:`) to the title of this PR, and delete this line and similar ones -->
2+
3+
<!-- What does this do, and why do we need it? -->
4+
5+
<!-- Why does this have to be a breaking change (what else did you consider)? -->
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- please add a :bug: (`:bug:`) to the title of this PR, and delete this line and similar ones -->
2+
3+
<!-- What does this do, and why do we need it? -->
4+
5+
<!-- What issue does this fix (e.g. Fixes #XYZ) -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- please add a :sparkles: (`:sparkles:`) to the title of this PR, and delete this line and similar ones -->
2+
3+
<!-- What does this do, and why do we need it? -->

.github/PULL_REQUEST_TEMPLATE/docs.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- please add a :book: (`:book:`) to the title of this PR, and delete this line and similar ones -->
2+
3+
<!-- What docs does this change, and why? -->
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- please add a :running: (`:running:`) to the title of this PR, and delete this line and similar ones -->
2+
3+
<!-- What does this do, and why do we need it? -->

.github/pull_request_template.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- please add a icon to the title of this PR (see VERSIONING.md), and delete this line and similar ones -->
2+
<!-- the icon will be either :warning: (major), :sparkles: (minor), :bug: (patch), :book: (docs), or :running: (other) -->
3+
4+
<!-- What does this do, and why do we need it? -->

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66

77
go:
8-
- "1.10"
8+
- "1.11"
99

1010
git:
1111
depth: 3

0 commit comments

Comments
 (0)