From 8f0447c4caad0d06d5412c13d359cffa1892ee88 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 6 Mar 2017 17:09:44 -0600 Subject: [PATCH] Update repo name --- CONTRIBUTING.md | 6 +++--- README.md | 2 +- _config.yml | 2 +- _includes/footer.html | 2 +- _layouts/article-alt.html | 4 ++-- _layouts/article.html | 4 ++-- index.html | 4 ++-- notices.md | 2 +- script/html-proofer | 1 + 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d9bbdf6b32..f01cb40ad8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ We've put together the following guidelines to help you figure out where you can 0. [Community](#community) ## Types of contributions we're looking for -First and foremost, this project is a forum to discuss open source best practices, then document them in a guide when we've found consensus. Your first contribution might be starting a new conversation, or adding to an existing conversation, around best practices. You can do so under [Issues](https://github.com/github/open-source-guide/issues). +First and foremost, this project is a forum to discuss open source best practices, then document them in a guide when we've found consensus. Your first contribution might be starting a new conversation, or adding to an existing conversation, around best practices. You can do so under [Issues](https://github.com/github/opensource.guide/issues). There are also many ways you can directly contribute to the guides (in descending order of need): @@ -42,7 +42,7 @@ Before we get started, here are a few things we expect from you (and that you sh ## How to contribute -If you'd like to contribute, start by searching through the [issues](https://github.com/github/open-source-guide/issues) and [pull requests](https://github.com/github/open-source-guide/pulls) to see whether someone else has raised a similar idea or question. +If you'd like to contribute, start by searching through the [issues](https://github.com/github/opensource.guide/issues) and [pull requests](https://github.com/github/opensource.guide/pulls) to see whether someone else has raised a similar idea or question. If you don't see your idea listed, and you think it fits into the goals of this guide, do one of the following: * **If your contribution is minor,** such as a typo fix, **or self-contained,** such as writing a translation, open a pull request. @@ -68,6 +68,6 @@ This repo is currently maintained by @nayafia and @bkeepers, who have commit acc ## Community -Discussions about the Open Source Guides take place on this repository's [Issues](https://github.com/github/open-source-guide/issues) and [Pull Requests](https://github.com/github/open-source-guide/pulls) sections. Anybody is welcome to join these conversations. There is also a [mailing list](http://eepurl.com/cecpnT) for regular updates. +Discussions about the Open Source Guides take place on this repository's [Issues](https://github.com/github/opensource.guide/issues) and [Pull Requests](https://github.com/github/opensource.guide/pulls) sections. Anybody is welcome to join these conversations. There is also a [mailing list](http://eepurl.com/cecpnT) for regular updates. Wherever possible, do not take these conversations to private channels, including contacting the maintainers directly. Keeping communication public means everybody can benefit and learn from the conversation. diff --git a/README.md b/README.md index fa590c0b159..10a9d9d9c11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Open Source Guides -[![Build Status](https://travis-ci.org/github/open-source-guide.svg?branch=gh-pages)](https://travis-ci.org/github/open-source-guide) +[![Build Status](https://travis-ci.org/github/opensource.guide.svg?branch=gh-pages)](https://travis-ci.org/github/opensource.guide) Open Source Guides (https://opensource.guide/) are a collection of resources for individuals, communities, and companies who want to learn how to run and contribute to an open source project. diff --git a/_config.yml b/_config.yml index 8623ecfaab4..759f871ffc1 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ sass: branch: gh-pages github: - repository_nwo: github/open-source-guide + repository_nwo: github/opensource.guide twitter: username: github diff --git a/_includes/footer.html b/_includes/footer.html index a02be3ceefe..73137974420 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -51,7 +51,7 @@

Subscribe to updates

- and friends + and friends diff --git a/_layouts/article-alt.html b/_layouts/article-alt.html index 421b7996cef..9bfb4a186d0 100644 --- a/_layouts/article-alt.html +++ b/_layouts/article-alt.html @@ -7,10 +7,10 @@
diff --git a/_layouts/article.html b/_layouts/article.html index c90e7706add..623915fc436 100644 --- a/_layouts/article.html +++ b/_layouts/article.html @@ -7,10 +7,10 @@
diff --git a/index.html b/index.html index 0505b9d4f5f..6d10967e547 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,10 @@
diff --git a/notices.md b/notices.md index 3a4178f7f58..1f2a5313186 100644 --- a/notices.md +++ b/notices.md @@ -15,7 +15,7 @@ Running an open source project, like any human endeavor, involves uncertainty an Content is copyright © Open Source Guides authors, released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/), which gives you permission to use content for almost any purpose (but does not grant you any trademark permissions), so long as you note the license and give credit, such as follows: -> Content based on [github.com/github/open-source-guide](https://github.com/github/open-source-guide) used under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. +> Content based on [github.com/github/opensource.guide](https://github.com/github/opensource.guide) used under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. Code, including source files and code samples if any in the content, is released under [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/), with the following exceptions: diff --git a/script/html-proofer b/script/html-proofer index 128f8eb42c1..b3d5d4ff7f3 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -4,6 +4,7 @@ require "bundler/setup" require "html-proofer" url_ignores = [ + 'https://github.com/github/opensource.guide', 'https://karissa.github.io/post/okf-de', 'https://this-week-in-rust.org/', 'https://www.vagrantup.com/'