Skip to content

fossaegean/inventorius-v1

Repository files navigation

Inventorius - v0.1.0

Dependency Status Build Status Code Climate Test Coverage

Installing

It's advisable to Install RVM (or rbenv) for isolated environments.

  1. git clone https://github.com/fossaegean/inventorius.git
  2. $ cd inventorius
  3. bundle this will install all dependencies.
  4. rails s

Contributing

If you are new to git & github, then try git online and maybe take a look at github-cheatsheet - an awesome list. You can find help regarding Pull Requests here and here

  1. Fork this project
  2. Clone your fork (ex. $ git clone https://github.com/username/inventorius.git)
  3. run $ git remote add upstream https://github.com/atzorvas/inventorius.git
  4. Develop your idea in a new branch $ git checkout -b feature/ideaname
  5. Commit frequently (you can include emojis!)
  6. Don't do irrelevant changes/commits to this branch, so develop each idea/fix in a different branch
  7. Push your branch to your forked repo with $ git push -u origin feature/ideaname
  8. Create a Pull Request
  9. Pull Requests shouldn't break builds, but don't be afraid 😃 Give it a try and we will figure this out together!

License

This software is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. For more information, read the file LICENSE.

Contributors

  • @atzorvas
  • Contribute and your name will be added here!