This repository is for submitting projects for Bootcamp 2021. We will use the Using the Fork-and-Branch Git Workflow to submit projects. In order to submit a project you will take the following steps:
- Fork this repo.
- Clone the forked repo to your local system.
- Add a Git remote for the original repository.
- Create a branch with your own name in the forked repo to place your projects.
- Create a subdirectory in the project directory with your name as the project directory name. For example I will create a project directory named ziakhan as a subdirectory of projectone.
- Do your coding for the project in projectone/your.name
- Commit the changes to your branch.
- Push the branch to Github.
- Open a pull request from the new branch to the original repo.
Watch the video to learn how to submit projects (It is made by a student)