From 5092fd527084cf18478ff56f8a14d0f2663189a9 Mon Sep 17 00:00:00 2001 From: Manish Kumar Barnwal Date: Tue, 9 Jun 2020 13:31:17 +0530 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) 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.