Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 1.33 KB

How to Contribute

  • Fork this repository - How to fork a repository
  • Clone the forked repository into local space
  • Choose any task on Hackerrank, Codechef or any other online platform and solve it, (or choose your already solved question)
  • Paste the solution code in new file and name it in following format: PROBLEM_NAME.[Format of language used in your code] (you should match it with the url, such that when a user type the url hackkerrank.com/challenges/PROBLEM_NAME/problem codechef.com/problems/PROBLEM_NAME and so on it will be redirected to the actual problem page)
  • Place your source code file in respective folder (you can create a new folder if it is not present)
  • Optional - You can add comments at the start of the file, if you want to share something, like steps to run the code etc
  • Add and commit the changes. (Please do not make changes in any other file, but if you want to work on bug/improvement then add an issue first)
  • Don't forget to add your name, image url, country and the language used in contributors table in the README.md file
  • Generate a Pull Request (Optional: add problem name in the title and url to the problem in description)
  • That's it, you have successfully completed your 1 out of 5 PRs. Well Done!