Skip to content

Commit 5557807

Browse files
committed
Added resources for learning Git to contribute page
1 parent fa4cb2f commit 5557807

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

src/data/training-resources/training-resources.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,38 @@
44
"description": "Got 15 minutes and want to learn Git? Git allows groups of people to work on the same documents at the same time, and without stepping on each other's toes.",
55
"link": "https://try.github.io/levels/1/challenges/1",
66
"attachment": "./git-icon.png"
7-
},{
7+
},
8+
{
9+
"title": "Installing Git",
10+
"description": "First, learn how to install Git on your computer on whatever OS you use. ",
11+
"link": "https://git-scm.com/book/en/v2/Getting-Started-Installing-Git",
12+
"attachment": "./git-icon.png"
13+
},
14+
{
15+
"title": "Learning Git",
16+
"description": "This is a comprehensive and interactive tutorial that covers everything you need to become familiar with using Git.",
17+
"link": "https://www.codecademy.com/courses/learn-git/",
18+
"attachment": "./git-icon.png"
19+
},
20+
{
21+
"title": "Git Tips and Tricks",
22+
"description": "Learn how to fix some of the most common Git problems you may run into.",
23+
"link": "https://dev.to/citizen428/10-common-git-problems-and-how-to-fix-them-234o ",
24+
"attachment": "./git-icon.png"
25+
},
26+
{
827
"title": "Introduction to browser extensions",
928
"description": "Add-ons provide a safe, simple, and powerful way to personalize your browsing experience. Now, it’s easier than ever to create add-ons",
1029
"link": "https://mozillacampusclubs.github.io/teach-how-to-build-addons/paperprototype.html",
1130
"attachment": "./octopus-icon.png"
12-
},{
31+
},
32+
{
1333
"title": "Build Your Virtual World",
1434
"description": "Help bring Virtual Reality to the web by learning and using an awesome open source web framework, A-FRAME, with HTML!",
1535
"link": "https://mozillacampusclubs.github.io/Build-a-Virtual-World/",
1636
"attachment": "./fox-icon.png"
17-
18-
},{
37+
},
38+
{
1939
"title": "Learn to contribute on GitHub",
2040
"description": "Want to contribute to open source through GitHub? A guide to making open source contributions, for first-timers and for veterans.",
2141
"link": "https://guides.github.com/activities/contributing-to-open-source/",

0 commit comments

Comments
 (0)