aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-02 14:37:40 +0000
committerTaras Madan <tarasmadan@google.com>2024-04-03 09:59:40 +0000
commit9d2a90af8850a414d2da20b806d7aa8fd9a297ae (patch)
treeb6ce5a1bc2ecaed9f94b06b36eca20b98929970c /vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md
parentb90978ba49e3321a2d1cd77c07c196b088c97386 (diff)
mod: bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.2
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.2 to 1.57.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.56.2...v1.57.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md')
-rw-r--r--vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md b/vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md
new file mode 100644
index 000000000..541cf2c54
--- /dev/null
+++ b/vendor/github.com/ckaznocha/intrange/CONTRIBUTING.md
@@ -0,0 +1,25 @@
+# Contributing
+Enhancements or fixes are welcome
+
+## Issues
+Check if a ticket for your issue already exists in GitHub issues. If you don't
+find a ticket submit a new one.
+
+## Pull Requests
+1. Fork the repo
+1. Make your changes.
+1. Commit and push the to your fork.
+ 1. Extra credit if you squash your commits first.
+1. Submit a pull request.
+
+### Style
+- Your code should pass golint.
+- Follow the existing conventions.
+
+### Tests
+- If you add any functionality be sure to also add a test for it.
+- All regressions need to pass before your pull can be accepted
+
+## License
+By contributing to intrange you agree that your contributions will be
+licensed under its MIT license.