Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 792 Bytes

Thanks for considering Sidewinder and welcome to the world of speed.

I believe in simplicity, so let's keep this guide as simple as we can.

How to Contribute?

  1. Create an issue, make sure to document what you are trying to solve i.e. feature or bug. Make sure to mark it with correct label. Don't forget to include the following in the issue description:
  • Feature / Bug Name
  • Summary
  • Description / Design if applicable
  1. Fork the project and code your fix with unit tests; all new features must be coded on the development branch
  2. Create a pull request again development branch; checkout a sample pull request
  3. Pull requests must pass existing unit tests to be considered for a merge

Told you it was going to be short and simple!