
{Name}
========

{Description}

## About The Project

{OwnerName} brings {Name}, {Description}

## Contributing

1. Fork & Branch
2. Edit/Clone/Commit
3. Push & Merge

## HowTo

1. FORK!
   [{CloneURL.HTTPS}]({CloneURL.HTTPS})

2. Work
   ```sh
   mkdir ~/Devel
   ```
2. Cdir
   ```sh
   cd ~/Devel
   ```
3. Clone
   ```sh
   git clone {CloneURL.HTTPS} {Name}
   ```
4. Branch
   ```sh
   git checkout -b newbranch
   ```
5. Edit
   ```sh
   cd {Name} && editor README.md
   ```
6. Add
   ```sh
   git add --all
   ```
7. Commit
   ```sh
   git commit -m 'Readme'
   ```
8. Push
   ```sh
   git push origin newbranch
   ```
9. Merge!.. request

## License

See [LICENSE](LICENSE) for more information.

