From a2356fdbb33a475c47aa5d033d9bb5a5b57f3f70 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 22 Sep 2018 10:58:26 +0300 Subject: [PATCH] Updated for transfer to org --- .travis/push.sh | 2 +- CODE_OF_CONDUCT.md | 2 +- COLLABORATING.md | 2 +- CONTRIBUTING.md | 6 +++--- docs/about.html | 6 +++--- docs/contributing.html | 6 +++--- docs/glossary.html | 2 +- package.json | 6 +++--- snippets/sampleSize.md | 2 +- snippets/shuffle.md | 2 +- static-parts/README-start.md | 2 +- static-parts/about.html | 6 +++--- static-parts/archived-page-end.html | 2 +- static-parts/archived-page-start.html | 2 +- static-parts/beginner-page-end.html | 2 +- static-parts/beginner-page-start.html | 2 +- static-parts/contributing.html | 6 +++--- static-parts/glossary-page-end.html | 2 +- static-parts/glossary-page-start.html | 2 +- static-parts/page-end.html | 2 +- static-parts/page-start.html | 2 +- 21 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.travis/push.sh b/.travis/push.sh index 94340cddf..3b45d56a5 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -25,7 +25,7 @@ upload_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then echo "Pushing to master branch..." - git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1 + git push --force --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-code.git" master > /dev/null 2>&1 fi fi } diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index df46a145a..53001a0b0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at chalarangelo@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at 30secondsofcode@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/COLLABORATING.md b/COLLABORATING.md index 34b54e70b..56562d5d4 100644 --- a/COLLABORATING.md +++ b/COLLABORATING.md @@ -13,7 +13,7 @@ As a member of the team that manages **30 seconds of code**, you have the follow ## Guidelines for merging pull requests and making changes to the project -- **[Usual guidelines](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/CONTRIBUTING.md) apply.** Make sure to follow them, like everybody else. +- **[Usual guidelines](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md) apply.** Make sure to follow them, like everybody else. - **For a pull request to be considered ready to merge, there should be at least 2 (preferably 3) reviews approving it for merge.** There are, however, certain exceptions: - **If a pull request only fixes typos**, there is no need to wait for a second reviewer (unless you are not certain these were not typos in the first place). - **If a pull request only clarifies a snippet's description or enforces the style guide for an existing snippet**, you might be able to merge it without getting a second reviewer to review it, but only if you are certain about it. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a44c16ba7..1a8ddda21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,9 @@ Here's what you can do to help: -- Submit [pull requests](https://github.com/Chalarangelo/30-seconds-of-code/pulls) with snippets and tests that you have created (see below for guidelines). -- [Open issues](https://github.com/Chalarangelo/30-seconds-of-code/issues/new) for things you want to see added or modified. -- Be part of the discussion by helping out with [existing issues](https://github.com/Chalarangelo/30-seconds-of-code/issues) or talking on our [gitter channel](https://gitter.im/30-seconds-of-code/Lobby). +- Submit [pull requests](https://github.com/30-seconds/30-seconds-of-code/pulls) with snippets and tests that you have created (see below for guidelines). +- [Open issues](https://github.com/30-seconds/30-seconds-of-code/issues/new) for things you want to see added or modified. +- Be part of the discussion by helping out with [existing issues](https://github.com/30-seconds/30-seconds-of-code/issues) or talking on our [gitter channel](https://gitter.im/30-seconds-of-code/Lobby). - Tag uncategorized snippets by running `npm run tagger` and adding the appropriate tags next to the script name in `tag_database`. - Fix typos in existing snippets, improve snippet descriptions and explanations or provide better examples. - Write tests for existing snippets (see below for guidelines). diff --git a/docs/about.html b/docs/about.html index 1718a4d20..199ee1dba 100644 --- a/docs/about.html +++ b/docs/about.html @@ -15,7 +15,7 @@ -

License

In order for 30 seconds of code to be as accessible and useful as - possible, all of the snippets in the collection are licensed under the CC0-1.0 + possible, all of the snippets in the collection are licensed under the CC0-1.0 License, meaning they are absolutely free to use in any project you like. If you like what we do, you can always credit us, but that is not mandatory.