You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
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.
37
+
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.
38
38
39
39
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.
Copy file name to clipboardExpand all lines: COLLABORATING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ As a member of the team that manages **30 seconds of code**, you have the follow
13
13
14
14
## Guidelines for merging pull requests and making changes to the project
15
15
16
-
-**[Usual guidelines](https://github.com/Chalarangelo/30-seconds-of-code/blob/master/CONTRIBUTING.md) apply.** Make sure to follow them, like everybody else.
16
+
-**[Usual guidelines](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md) apply.** Make sure to follow them, like everybody else.
17
17
-**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:
18
18
-**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).
19
19
-**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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
Here's what you can do to help:
6
6
7
-
- Submit [pull requests](https://github.com/Chalarangelo/30-seconds-of-code/pulls) with snippets and tests that you have created (see below for guidelines).
8
-
-[Open issues](https://github.com/Chalarangelo/30-seconds-of-code/issues/new) for things you want to see added or modified.
9
-
- 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).
7
+
- 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).
8
+
-[Open issues](https://github.com/30-seconds/30-seconds-of-code/issues/new) for things you want to see added or modified.
9
+
- 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).
10
10
- Tag uncategorized snippets by running `npm run tagger` and adding the appropriate tags next to the script name in `tag_database`.
11
11
- Fix typos in existing snippets, improve snippet descriptions and explanations or provide better examples.
12
12
- Write tests for existing snippets (see below for guidelines).
<pstyle="text-align: justify">In order for <strong>30 seconds of code</strong> to be as accessible and useful as
100
-
possible, all of the snippets in the collection are licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0
100
+
possible, all of the snippets in the collection are licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0
101
101
License</a>, meaning they are absolutely free to use in any project you like. If you like what we do, you can
102
102
always credit us, but that is not mandatory.</p><br/>
103
103
</main>
104
104
<footerclass="col-full-width container">
105
105
<divclass="col-centered">
106
-
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
106
+
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
107
107
license.<br>Logos made by <ahref="https://github.com/Chalarangelo">Angelos Chalaris</a> and ribbon made by <a
108
108
href="https://github.com/tholman/github-corners">Tim Holman</a> are licensed under the <ahref="https://opensource.org/licenses/MIT">MIT</a>
109
109
license.<br>Sponsored by <imgsrc="https://30secondsofcode.org/sponsors/DO_Logo_icon_blue.svg" style="vertical-align: sub; padding-right: 2px; padding-left: 2px;"
<pstyle="text-align: justify">Do you have a cool idea for a new snippet? Maybe some code you use often and is not part of our collection? Contributing to <strong>30 seconds of code</strong> is as simple as 1,2,3,4!</p><br/>
38
38
<h3class="category-name">1. Create</h3>
39
-
<pstyle="text-align: justify">Start by creating a snippet, according to the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/snippet-template.md">snippet template</a>. Make sure to follow these simple guidelines:</p>
39
+
<pstyle="text-align: justify">Start by creating a snippet, according to the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/snippet-template.md">snippet template</a>. Make sure to follow these simple guidelines:</p>
40
40
<ulstyle="text-align: justify">
41
41
<li>Your snippet title must be unique and the same as the name of the implemented function.</li>
42
42
<li>Use the snippet description to explain what your snippet does and how it works.</li>
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
57
+
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
58
58
license.<br>Logos made by <ahref="https://github.com/Chalarangelo">Angelos Chalaris</a> and ribbon made by <a
59
59
href="https://github.com/tholman/github-corners">Tim Holman</a> are licensed under the <ahref="https://opensource.org/licenses/MIT">MIT</a>
60
60
license.<br>Sponsored by <imgsrc="https://30secondsofcode.org/sponsors/DO_Logo_icon_blue.svg" style="vertical-align: sub; padding-right: 2px; padding-left: 2px;"
<pstyle="text-align: justify">In order for <strong>30 seconds of code</strong> to be as accessible and useful as
100
-
possible, all of the snippets in the collection are licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0
100
+
possible, all of the snippets in the collection are licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0
101
101
License</a>, meaning they are absolutely free to use in any project you like. If you like what we do, you can
102
102
always credit us, but that is not mandatory.</p><br/>
103
103
</main>
104
104
<footerclass="col-full-width container">
105
105
<divclass="col-centered">
106
-
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
106
+
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
107
107
license.<br>Logos made by <ahref="https://github.com/Chalarangelo">Angelos Chalaris</a> and ribbon made by <a
108
108
href="https://github.com/tholman/github-corners">Tim Holman</a> are licensed under the <ahref="https://opensource.org/licenses/MIT">MIT</a>
109
109
license.<br>Sponsored by <imgsrc="https://30secondsofcode.org/sponsors/DO_Logo_icon_blue.svg" style="vertical-align: sub; padding-right: 2px; padding-left: 2px;"
Copy file name to clipboardExpand all lines: static-parts/archived-page-end.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
</main>
2
2
<footerclass="col-full-width container">
3
3
<divclass="col-centered">
4
-
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/Chalarangelo/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
4
+
<pstyle="display: inline-block;"><strong>30 seconds of code</strong> is licensed under the <ahref="https://github.com/30-seconds/30-seconds-of-code/blob/master/LICENSE">CC0-1.0</a>
5
5
license.<br>Logos made by <ahref="https://github.com/Chalarangelo">Angelos Chalaris</a> and ribbon made by <a
6
6
href="https://github.com/tholman/github-corners">Tim Holman</a> are licensed under the <ahref="https://opensource.org/licenses/MIT">MIT</a>
7
7
license.<br>Sponsored by <imgsrc="https://30secondsofcode.org/sponsors/DO_Logo_icon_blue.svg" style="vertical-align: sub; padding-right: 2px; padding-left: 2px;"
0 commit comments