forked from istio/test-infra
-
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.
Integration istio/common-files (istio#1508)
* Integration istio/common-files Istio has a repo to store common files so things like linting, license, etc are consistent across repos. This change integrates these files here. This also replaces the lint presubmit test with the common linters. * Add back linter * Fix linter errors
- Loading branch information
1 parent
f896300
commit b0f8b09
Showing
23 changed files
with
678 additions
and
1,492 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 @@ | ||
950d08195523c9f44f15e7283274259ee0ace593 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Bugs and Feature Requests | ||
|
||
You can report bugs and feature requests to the Istio team in one of three places: | ||
|
||
- [Product Bugs and Feature Requests](https://github.com/istio/istio/issues) | ||
- [Documentation Bugs and Feature Requests](https://github.com/istio/istio.io/issues) | ||
- [Community and Governance Issues](https://github.com/istio/community/issues) | ||
|
||
For security vulnerabilities, please don't report a bug (which is public) and instead follow | ||
[these procedures](https://istio.io/about/security-vulnerabilities/). |
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 |
---|---|---|
@@ -1,33 +1,5 @@ | ||
# Contributing guidelines | ||
# Contribution guidelines | ||
|
||
So, you want to hack on Istio? Yay! | ||
|
||
- [Contributor license agreements](#contributor-license-agreements) | ||
- [Contributing a patch](#contributing-a-patch) | ||
|
||
## Contributor license agreements | ||
|
||
We'd love to accept your patches! Before we can take them, you have to jump a | ||
few legal hurdles. | ||
|
||
Please fill out the [Google CLA](https://cla.developers.google.com). | ||
|
||
Once you are CLA'ed, we'll be able to accept your pull requests. This is necessary | ||
because you own the copyright to your changes, even after your contribution | ||
becomes part of this project. So this agreement simply gives us permission | ||
to use and redistribute your contributions as part of the project. | ||
|
||
## Contributing a patch | ||
|
||
If you're working on an existing issue, simply respond to the issue and express | ||
interest in working on it. This helps other people know that the issue is | ||
active, and hopefully prevents duplicated efforts. | ||
|
||
If you want to work on a new idea of relatively small scope: | ||
|
||
1. Submit an issue describing your proposed change to the repo in question. | ||
1. The repo owners will respond to your issue promptly. | ||
1. If your proposed change is accepted, and you haven't already done so, sign a | ||
Contributor License Agreement (see details above). | ||
1. Fork the repo, develop, and test your changes. | ||
1. Submit a pull request. | ||
So you want to hack on Istio? Yay! Please refer to Istio's overall | ||
[contribution guidelines](https://github.com/istio/community/blob/master/CONTRIBUTING.md) | ||
to find out how you can help. |
Oops, something went wrong.