This README explains how to get started with this repository.
-
Fork this repository.
-
In your fork, in the
submissions
directory, create a new folder whose name isYOUR FULL NAME
. -
In the folder named after you, create another folder named the topic for which you want to make a submission Example:
versioncontent
-
In this directory, create a new file with the solution of each task. Example:
versioncontrol.txt
-
Commit your changes and Push to your forked version.
-
When you are done create a Pull request to have your solution merged to this repository.
when creating a pull request, you need to inform us of what you have done or changed.for example, if Adewale wants to create a pull request to submit a solution for version control topic.it would go thus:
- I Added a versioncontrol.txt file that contains solution to the version control task.
- I corrected the solution to the last task in lasttask.txt.
As more content is added to this repository and more people contribute, your fork will fall out of date. This can sometimes lead to tricky situations with your pull requests. It's recommended to occasionally sync your fork with this repository.