Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Formatting markdown #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 23 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +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 <your-repository-url>
```

3.Create a branch - creating an environment where you can try out your ideas. This will not affect master branch.

```
git branch <branch-name>

git checkout <branch-name>
```
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 <file-name>

git commit -m "your commit message"
2. Clone the repository locally.
Copy your fork repository URL and run the following command from git bash.
```sh
git clone <your-repository-url>
```

git push origin <branch-name>
```
3. Create a branch - creating an environment where you can try out your ideas. This will not affect master branch.
```sh
git branch <branch-name>
git checkout <branch-name>
```

6.Open pull requests from your fork to main repository from github website.
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 <file-name>
git commit -m "your commit message"
git push origin <branch-name>
```

6. Open pull requests from your fork to main repository from github website.