Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 1.91 KB

How to Contribute

Solutions

Please do not send pull requests for replacing my code. If you'd like to contribute solutions, please see the following instructions:

  • Solve the problem, and keep it in your repo. DO NOT send merge request yet.

  • Find the problem in this README file.

  • Edit the file in this format (notice the double square brackets):

    *This is a problem* - And here goes it's description. [[octocat (language)]](link-to-octocats-solution) [[your_username (C++)]](link-to-your-solution)

    This results in something like this:

    This is a problem - And here goes it's description. [octocat (language)] [your_username (C++)]

  • Please respect other people and do not delete or move anyone else's link. Place your solution at the end of the list of solutions.

  • Save/Commit the README.md file.

  • Send a pull request for this commit ONLY - ie, the commit to the solutions repo!

Projects

If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes. If you add a problem, make sure you add it in the correct category.

It is required that any changes made to the projects (this does not include adding solutions) in README.md, must be reflected in the Solutions README.md file

If you're copying a project from some other webpage, you MUST link to it in the Sources section at the bottom of repo's README.md and README-scratch.md.