forked from GoogleChrome/developer.chrome.com
-
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.
- Loading branch information
Showing
3 changed files
with
584 additions
and
0 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,5 @@ | ||
## Code of Conduct | ||
|
||
The | ||
[Google Open Source Code of Conduct](https://opensource.google/docs/releasing/template/CODE_OF_CONDUCT/) | ||
applies to this repo. |
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,46 @@ | ||
# Contributing 💪 | ||
|
||
## Report a content bug | ||
|
||
Have feedback? We'd love to hear it - please open an | ||
[issue](https://github.com/GoogleChrome/chrome.dev/issues/new?title=Content+feedback). | ||
|
||
## Submitting a pull request | ||
|
||
### Contributor License Agreements | ||
|
||
We'd love to accept your code patches! However, before we can take them, we | ||
have to jump a couple of legal hurdles. | ||
|
||
Please fill out either the individual or corporate Contributor License | ||
Agreement. | ||
|
||
* If you are an individual writing original source code and you're sure you | ||
own the intellectual property, then sign an | ||
[individual CLA](https://developers.google.com/open-source/cla/individual). | ||
* If you work for a company that wants to allow you to contribute your work, | ||
then sign a [corporate CLA](https://developers.google.com/open-source/cla/corporate). | ||
|
||
Follow either of the two links above to access the appropriate CLA and | ||
instructions for how to sign and return it. | ||
|
||
1. Sign the contributors license agreement above. | ||
2. Decide which code you want to submit. A submission should be a set of changes | ||
that addresses one issue in the [issue tracker](https://github.com/GoogleChrome/chrome.dev/issues). | ||
Please don't mix more than one logical change per submission, because it makes | ||
the history hard to follow. If you want to make a change | ||
(e.g. add a sample or feature) that doesn't have a corresponding issue in the | ||
issue tracker, please create one. | ||
3. **Submitting**: When you are ready to submit, send us a Pull Request. Be | ||
sure to include the issue number you've fixed and the name you used to sign | ||
the CLA. | ||
|
||
## Writing Code | ||
|
||
If your contribution contains code, please make sure that it follows | ||
[the style guide](https://google.github.io/styleguide/jsguide.html). | ||
Otherwise, we will have to ask you to make changes, and that's no fun for anyone. | ||
|
||
## Formatting HTML | ||
|
||
To simplify PR reviews, please word-wrap HTML files at 80 characters or fewer. |
Oops, something went wrong.