Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.31 KB

Welcome to 2018 DufunaFem Programme 🚩

This README explains how to get started with this repository.

How To Get Started

  • Fork this repository.

  • In your fork, in the submissions directory, create a new folder whose name is YOUR 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.

Pull Request

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.

Keeping your Fork in Sync

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.