Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1 KB

File metadata and controls

35 lines (28 loc) · 1 KB

About

Device Tracker - A portal for tracking testing devices within a Company.

Installation Steps

  1. git clone https://github.com/budhrg/device_tracker.git
  2. cd device_tracker
  3. Run `bundle install'
  4. Add database related changes to config/database.yml
  5. Run rake db:create db:migrate
  6. Run rails server
  7. Open localhost:3000 in your favorite browser

Make a contribution

We would love to get any pull requests. Here's a quick guide.

Fork, then clone the repo:

git clone https://github.com/<your-username>/device_tracker.git

Steps to contribute:

1. cd your_repo
2. Create a branch related to your task(or issue)
3. Add suitable tests for your change
4. bundle exec rspec
5. Commit your changes with suitable message
6. Push to changes to your fork
7. Submit a pull request.

At this point you're waiting on us. We like to at least comment on pull requests or may suggest some changes or discuss improvements or alternatives or merge your pull request.