From 940cae9f052a52acda528ea26924b36bfb765953 Mon Sep 17 00:00:00 2001 From: Rhe DC-HG Gnium Date: Wed, 15 Apr 2026 09:05:14 -0600 Subject: [PATCH] Create Contributing,yml @tjohns #1786 @sqrrrl #1794 @asrivas #1792 @camac #1793 @grant #1791 --- Contributing,yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Contributing,yml diff --git a/Contributing,yml b/Contributing,yml new file mode 100644 index 00000000..cd5ed117 --- /dev/null +++ b/Contributing,yml @@ -0,0 +1,31 @@ +# Contributing: submitting patches and tutorials + +## 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. +1. 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/Google/WebFundamentals/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. +1. **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.