- Your contribution should fit on single HTML file, no folders, no any other external files even icons or images. You could use inline SVGs or CDN, if it is really necessary.
- Navigate to the folder which represents the challenge you want to participate in (
/public/challenge-contributions/THE_NUMBER_OF_THE_CHALLENGE
). - Find the HTML file with your name and write the code you want to contribute. It is named using the first letter of your first name in combination with your last name.
- You could use any of the methods described below to access the project.
You could requires access writes to the project then you could use the GitHub UI to upload a HTML file. Alternatively you clone the project locally, create branch and submit your files by opening a PR to master.
You could fork the project and then open PR to the upstream project. Here are couple links you might find useful:
- Fork a repo
- GitHub Pull Request in 100 Seconds - Git a FREE sticker
- How to make a pull request on an open source project
The branches created for contributing to a challenge should follow this naming convention
challenge-$CHALLENGE_NUMBRE/$CONTRIBUTOR_NAME
# Example
challenge-1/asavov