Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 680 Bytes

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • Lint your code (bundle exec rubocop -c .rubocop.yml)
  • Test your changes
  • Document any change in behaviour :
  • Create topic branches
  • One pull request per feature

Planned Changes in future releases

  • Integrate a logger in the configuration
  • Add a complete Rails Demo including migrations, models and rake tasks
  • Create a NielsenDarApi::Client class
  • Allow to pass optional parameters to endpoints (this would require a hudge validation!)