Skip to content

Commit 6ea4888

Browse files
authored
Merge pull request #410 from JonDevOps/main
major updates
2 parents 2cfde73 + 4d354ec commit 6ea4888

135 files changed

Lines changed: 45 additions & 8357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
edit this
1+
edit this template
2+
new info TBD
23

34
Read here for more info on what a changelog is https://keepachangelog.com/en/1.0.0/
45

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
# -------------------------------------------------
99

1010
# -------------------------------------------------
11-
# All files except markdown are owned by dev team
11+
# All files except markdown are owned by w3develops core
1212
# -------------------------------------------------
1313

14-
* @w3develops/dev-team
14+
* @w3develops/w3develops-core
1515
*.md
1616

1717
# -------------------------------------------------
18-
# All files in the root are owned by dev team
18+
# All files in the root are owned by w3develops x
1919
# -------------------------------------------------
2020

21-
/* @w3develops/dev-team
21+
/* @w3develops/w3develops-x
2222

2323
# -------------------------------------------------
2424
# All markdown files in the root are owned
2525
# by Jonathan Jackson.
2626
# He oversees the README, LICENSE, etc.
2727
# -------------------------------------------------
2828

29-
/*.md @JonathanJackson
29+
/*.md @jondevops

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at w3develops@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 contact@w3develops.org. 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.
3838

3939
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.
4040

.github/CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
1-
[//]: (copy freecodecamps most current contributing guidlines, also make a page for the w3develops pages mentioned below.)
21
# Contribution Guidelines
32

43
Hello 👋!
54

65
w3Develops.org is possible, thanks to thousands of kind volunteers like you. We are grateful for your contributions and we are excited to welcome you aboard.
76

8-
We strictly enforce our ["Code of Conduct"](https://www.w3develops.org/code-of-conduct). Take a moment to read it. It's only 196 words long.
7+
We strictly enforce our ["Code of Conduct"](https://github.com/w3develops/w3Develops/blob/main/.github/CODE_OF_CONDUCT.md). Take a moment to read it. It's only 196 words long.
98

109
Happy contributing 🎉!
1110

1211
## Here are some fun ways that you can help
1312

1413
You can choose to contribute to any area that interests you:
1514

16-
1. [Contribute to this open source codebase](#contribute-to-this-open-source-codebase). Help to edit [guide articles](https://w3develops.org/guide), [coding projects](https://w3develops.org/projects), or fix bugs on the learning platform.
15+
1. [Contribute to this open source codebase](#contribute-to-this-open-source-codebase). Help to edit [guide articles](https://w3develops.org/guide), [coding projects](https://w3develops.org/group-projects), or fix bugs on the learning platform.
1716

1817
2. Help campers on our [public forum](https://www.w3develops.org/forum/). Answer their coding questions or give them feedback on their coding projects.
1918

2019
3. Help us add subtitles or closed captions to our [YouTube channel videos](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ/videos).
2120

2221
## Contribute to this open source codebase
2322

24-
Our open source codebase consisting of many of [coding projects](https://w3develops.org/projects) and [guide articles](https://w3develops.org/guide).
23+
Our open source codebase consisting of many of [coding projects](https://w3develops.org/group-projects) and [guide articles](https://w3develops.org/guide).
2524

2625
You can help us to:
2726

@@ -43,7 +42,7 @@ Our guides will help you get a quick understanding of what a study group or proj
4342

4443
We welcome your help writing these guides. You don't have to be an expert in a topic to write about it but you should know how a study group or project collaboration group operates. This entire Guide is open source, so even if you make a mistake, another contributor will eventually correct it.
4544

46-
To help find a guide to write about go to our [projects page](https://w3develops.org/projects) or [study groups page](https://w3develops.org/groups), find a topic you are knowedgable in write the article, then open a pull request to replace the current page with your updated version. A [pull request](https://help.github.com/articles/about-pull-requests/) is how you'll suggest changes. It lets others know about, review, and eventually adopt your changes.
45+
To help find a guide to write about go to our [projects page](https://w3develops.org/group-projects) or [study groups page](https://w3develops.org/study-group), find a topic you are knowedgable in write the article, then open a pull request to replace the current page with your updated version. A [pull request](https://help.github.com/articles/about-pull-requests/) is how you'll suggest changes. It lets others know about, review, and eventually adopt your changes.
4746

4847
### Create, Update and Fix Bugs in our coding projects
4948

.github/LICENSE

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
The MIT License (MIT)
1+
BSD 3-Clause License
22

3-
Copyright (c) 2017-2026 w3Develops
3+
Copyright (c) 2026, w3Develops
4+
All rights reserved.
45

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
118

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
9+
* Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
1411

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
12+
* Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
* Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ edit this
33

44
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
55

6-
- [ ] I have read [w3Develops contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
6+
- [ ] I have read [w3Develops contribution guidelines](https://github.com/w3develops/w3Develops/blob/main/.github/CONTRIBUTING.md).
77
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`)
88
- [ ] My pull request targets the `staging` branch.
99
- [ ] None of my changes are plagiarized from another source without proper attribution.

.github/SUPPORT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
TBD - GOOD FIRST ISSUE
2+
13
SUPPORT files work just like CONTRIBUTING files. They can live in your repository root, .github/, or docs/ folder, and will be displayed throughout GitHub such as above the new issue form.
24

35
Instead of describing how to contribute to the project like CONTRIBUTING files do, SUPPORT files can be used to direct users to dedicated support resources, such as community forums, FAQ documents, or corporate support channels.

.github/style-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TBD - GOOD FIRST ISSUE

.idx/dev.nix

Lines changed: 0 additions & 44 deletions
This file was deleted.

.idx/icon.png

-30.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)