From bb895a584176a4bc64cd40a7b545c58d3ce6fcf4 Mon Sep 17 00:00:00 2001 From: shyam Date: Tue, 18 Apr 2017 10:27:39 +0530 Subject: [PATCH] Formatting markdown --- README.md | 51 +++++++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 7cd7685..b70ec56 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,31 @@ -Galaxia-UI is the user interface for Galaxia tool which is used to monitor applications/containers/servers. - -Contributing to Galaxia-UI - -1.Fork the repository. - -Go to 'galaxia-ui' project on github website and click on the 'Fork' button to create your fork. - -Fork repository - -2.Clone the repository locally. +# Galaxia-UI # -Clone repository - -Copy your fork repository URL and run the following command from git bash. - -git clone - -3.Create a branch - creating an environment where you can try out your ideas. This will not affect master branch. - -git branch - -git checkout +Galaxia-UI is the user interface for Galaxia tool which is used to monitor applications/containers/servers. -4.Make your changes and test it out. Once you are ready to commit, follow the next step. +## Contributing to Galaxia-UI ## -5.Commit your changes to your fork. +1. Fork the repository. + Go to 'galaxia-ui' project on github website and click on the 'Fork' button to create your fork. -git add +2. Clone the repository locally. + Copy your fork repository URL and run the following command from git bash. + ```sh + git clone + ``` -git commit -m "your commit message" +3. Create a branch - creating an environment where you can try out your ideas. This will not affect master branch. + ```sh + git branch + git checkout + ``` -git push origin +4. Make your changes and test it out. Once you are ready to commit, follow the next step. +5. Commit your changes to your fork. + ```sh + git add + git commit -m "your commit message" + git push origin + ``` -6.Open pull requests from your fork to main repository from github website. +6. Open pull requests from your fork to main repository from github website.