Giter Site home page Giter Site logo

bayaninhand's Introduction

Setting up

1. Fork the repo

2. Clone the repo using your fork

$ git clone [email protected]:<your git username>/bayaninhand.git

3. Do a bundle install

$ bundle install

Please use Ruby 1.9.2.

4. Edit config/database.yml to reflect your database

5. Setup your database

$ rake db:create
$ rake db:test:prepare
$ rake db:seed

6. Check if all tests are passing

$ bundle exec cucumber

Start coding!


Contributing

1. Clone the repo using the steps above

2. Create a feature branch

$ cd bayaninhand
$ git checkout -b new_feature

Be descriptive in the feature name and use underscores. Also, don't make it too long as it will make it harder for you to push in the long run.

3. Create tests, do your changes, pass tests, commit.

Please use atomic commits and make the commit messages short but descriptive. "Fixed bug" is not a very descriptive commit message but "Fixed 'insert bug description here' bug" is okay (You don't have to tell how you fixed it, just what the bug was).

4. Push your changes to your feature branch.

$ git push origin new_feature

5. Create a pull request

Go to https://github.com/crigor/bayaninhand/ and click "Pull request" in the upper right. Add some comments and press "Send pull request".

bayaninhand's People

Contributors

crigor avatar corroded avatar ngdelcastillo avatar enhtia27 avatar

Watchers

James Cloos avatar James Dela Cruz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.