Merge branch 'gh-pages' of github.com:googleapis/google-api-python-client into gh-pages
diff --git a/contributing.html b/contributing.html index 05cdd70..5fd1fc5 100644 --- a/contributing.html +++ b/contributing.html
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> - <title>google/google-api-python-client by google</title> + <title>googleapis/google-api-python-client by google</title> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css"> @@ -15,16 +15,16 @@ <body> <div class="wrapper"> <header> - <h1>Contributing to google/google-api-python-client</h1> + <h1>Contributing to googleapis/google-api-python-client</h1> <p></p> - <p class="view"><a href="https://github.com/google/google-api-python-client">View the Project on GitHub <small>google/google-api-python-client</small></a></p> + <p class="view"><a href="https://github.com/googleapis/google-api-python-client">View the Project on GitHub <small>googleapis/google-api-python-client</small></a></p> <ul> - <li><a href="https://github.com/google/google-api-python-client/zipball/master">Download <strong>ZIP File</strong></a></li> - <li><a href="https://github.com/google/google-api-python-client/tarball/master">Download <strong>TAR Ball</strong></a></li> - <li><a href="https://github.com/google/google-api-python-client">View On <strong>GitHub</strong></a></li> + <li><a href="https://github.com/googleapis/google-api-python-client/zipball/master">Download <strong>ZIP File</strong></a></li> + <li><a href="https://github.com/googleapis/google-api-python-client/tarball/master">Download <strong>TAR Ball</strong></a></li> + <li><a href="https://github.com/googleapis/google-api-python-client">View On <strong>GitHub</strong></a></li> </ul> </header> <section> @@ -43,7 +43,7 @@ If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an <a href="https://developers.google.com/open-source/cla/individual">individual CLA</a>. </li> <li> - If you work for a company that wants to allow you to contribute your work to <code>google/google-api-python-client</code>, then you'll need to sign a <a href="https://developers.google.com/open-source/cla/corporate">corporate CLA</a>. + If you work for a company that wants to allow you to contribute your work to <code>googleapis/google-api-python-client</code>, then you'll need to sign a <a href="https://developers.google.com/open-source/cla/corporate">corporate CLA</a>. </li> </ul> @@ -54,10 +54,10 @@ <h3><a name="discuss" class="anchor" href="#discuss"><span class="octicon octicon-link"></span></a>Before writing code, file an issue</h3> <p> - Use the <a href="https://github.com/google/google-api-python-client/issues">issue tracker</a> to start the discussion. It is possible that someone else is already working on your idea, your approach is not quite right, or that the functionality exists already. The ticket you file in the issue tracker will be used to hash that all out. + Use the <a href="https://github.com/googleapis/google-api-python-client/issues">issue tracker</a> to start the discussion. It is possible that someone else is already working on your idea, your approach is not quite right, or that the functionality exists already. The ticket you file in the issue tracker will be used to hash that all out. </p> -<h3><a name="fork" class="anchor" href="#fork"><span class="octicon octicon-link"></span></a>Fork google/google-api-python-client</h3> +<h3><a name="fork" class="anchor" href="#fork"><span class="octicon octicon-link"></span></a>Fork googleapis/google-api-python-client</h3> <p> We will use github's mechanism for forking repositories and making pull requests. Fork the repository, and make your changes in the forked repository. @@ -76,13 +76,13 @@ <h3><a name="fork" class="anchor" href="#fork"><span class="octicon octicon-link"></span></a>Make the pull request</h3> <p> - Once you have made all your changes, tests, and updated the documentation, make a pull request to move everything back into the main <code>google/google-api-python-client</code> repository. Be sure to reference the original issue in the pull request. Expect some back-and-forth with regards to style and compliance of these rules. + Once you have made all your changes, tests, and updated the documentation, make a pull request to move everything back into the main <code>googleapis/google-api-python-client</code> repository. Title your pull request following <a href="https://www.conventionalcommits.org/">Conventional Commits</a> styling. Be sure to reference the original issue in the pull request. Expect some back-and-forth with regards to style and compliance of these rules. </p> </section> <footer> - <p>This project is maintained by <a href="https://github.com/google">google</a></p> + <p>This project is maintained by <a href="https://github.com/googleapis">googleapis</a></p> <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> </footer> </div>