Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 1.58 KB

How to Contribute

Use Github's editor

  1. Click on the readme.md file
  2. Click on the edit icon
  3. Add an entry to the file and perhapsa new category if you feel it would be helpful. For example:
    - [Free Code Camp](https://www.freecodecamp.org/) - Learn to code for free online
    
  4. At the bottom of the Github page, select "Propose file change"
  5. State why you are making this addition
  6. Click the button to submit the pull request

A repository maintainer will review the change request.

Submit a Pull Request

Feel free to contribute any learning resource pertaining to any subject that you would like to share with the Dev Community.

  • Fork this Repository

  • Make A Branch

    • Please create a separate branch for each contribution that you're working on. Do not make changes to the default branch (e.g. main, develop) of your fork.
    • Push your branch to your Fork.
    • Do not attempt to push to the Main Repository directly.
  • Describe Your Pull Request

    • Describe your change in detail. Too much detail is better than too little.

    • Check the Preview tab to make sure the Markdown is correctly rendered and that all tags and references are linked. If not, go back and edit the Markdown.

  • Be sure that any content contributed is in its apropiate Directory.

    • ie; JavaScript > JavaScript Arrays = Array Methods in JavaScript.
    • Feel free to add Directories in order by catagory if one does not exist.
  • Do not forget to credit authors, content providers if referencing them or their work.


Thank you for contributing Open Source Learning Resources to the Dev Community!