Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.58 KB

Contribute to Peloton

File an issue

Please check peloton's GitHub issue tracker for known issues.

You can report bugs and feature requests to GitHub Issues.

When you file a bug, please try to follow these simple rules if applicable:

  • Make sure you've read the README carefully.
  • Add debug information to the issue by building Peloton with the --enable-debug option
  • Provide information about your environment: versions of your OS, compiler, etc.
  • Make sure that the issue is reproducible with your description.

It's likely that your bug gets resolved faster if you provide as much information as possible.

Development

Pull requests are very welcome! Please try to follow these simple rules if applicable:

  • Make sure you follow the coding-style guidance for Peloton.
  • Please create a topic branch for every separate change you make.
  • Make sure you use git rebase instead of git merge while updating your branch with the master.
  • Make sure your patches are well tested. All tests must pass when run on Jenkins.
  • Update the README.