aboutsummaryrefslogtreecommitdiffstats
path: root/src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-06-29 13:49:52 +0800
committerHuabing Zhao <zhaohuabing@gmail.com>2018-06-29 14:59:18 +0800
commitbead27c83ac3fd97b6c49a2ac0e01e574ce09a18 (patch)
tree99aacc73fb60031f40ffce14fa3828470f1a2395 /src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md
parent9ddcc8470c7ed6a2cbddfb079b6396bb58436827 (diff)
Remove juju/ratelimit to avoid LGPL issue
Change-Id: I1bf246a713d07fc9891f23ea85fb40c7864f05ef Issue-ID: OOM-1271 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md')
-rw-r--r--src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md b/src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md
new file mode 100644
index 0000000..d0485e8
--- /dev/null
+++ b/src/kube2msb/vendor/golang.org/x/time/CONTRIBUTING.md
@@ -0,0 +1,26 @@
+# Contributing to Go
+
+Go is an open source project.
+
+It is the work of hundreds of contributors. We appreciate your help!
+
+## Filing issues
+
+When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions:
+
+1. What version of Go are you using (`go version`)?
+2. What operating system and processor architecture are you using?
+3. What did you do?
+4. What did you expect to see?
+5. What did you see instead?
+
+General questions should go to the [golang-nuts mailing list](https://groups.google.com/group/golang-nuts) instead of the issue tracker.
+The gophers there will answer or ask you to file an issue if you've tripped over a bug.
+
+## Contributing code
+
+Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html)
+before sending patches.
+
+Unless otherwise noted, the Go source files are distributed under
+the BSD-style license found in the LICENSE file.