diff --git a/README.md b/README.md index f0dae78b..0b4b7d64 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# python-programming -For Python Programming +# Python Programming + +This repository should only be used to submit materials realated to your project like codes, reports, project ideas etc under the Uplift Project. + +## Submission Procedure + +Read the following steps and guidelines properly for proper submission of your project. Missing out any step or performing it wrongly can lead to unsuccessful submission. + +# Steps + +1. Fork this repository to your profile. + +2. Clone the repository. + +2. Change to your team branch by typing `git checkout ` + +3. Make the changes and commit to the same branch and push it. + +4. Create a pull request from `/` to `The-Uplift-Project/` + +## NOTE + +DO NOT COMMIT TO THE `master` branch. Only commit to your team branch. + +### Each branch will contain + +- A text file that contains proper documentation. The documentation should contain: + - A description of your project. + - The contents of your project directory.