Files
freeCodeCamp/seed/challenges/07-contribute-to-open-source-and-help-nonprofits/contribute-to-open-source-and-help-nonprofits.json
2017-01-19 15:25:07 -08:00

28 lines
778 B
JSON

{
"name": "Open Source Contributions",
"order": 22,
"time": "800 Hours",
"isLocked": true,
"message": "Before you can get credit toward your final Full Stack Development Certificate by contributing to open source, we recommend you complete all six of your certifications.",
"challenges": [
{
"title": "Contribute Pull Requests to Open Source projects",
"isRequired": true
},
{
"title": "QA Other Developers' Pull Requests",
"isRequired": true
},
{
"title": "Greenfield Code Grant Project for a Nonprofit",
"isRequired": true
},
{
"title": "Legacy Code Grant Project for a Nonprofit",
"isRequired": true
},
{
"title": "Claim your Full Stack Development Certificate"
}
]
}