Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 431 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 431 Bytes

#Contributing

Fork this repository and create a new folder. In that folder, place your code and a README.md file describing what your code does.

If it's reasonable, also add a demo.html file showing your code in action.

Add your code to the "Contents" section of the main readme file, so that people can directly see your code is in this repository.

Then, hit the "Pull Request" button on GitHub to request a merge.

Done!