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

Latest commit

 

History

History
43 lines (31 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

43 lines (31 loc) · 1.66 KB

How to Contribute to rustbridge.io

Participation in this open source project is subject to the [rustbridge Code of Conduct].

Please also ensure your contribution conforms to the Contributing Guidelines.

Contributing

  1. Find an issue you would like to solve. If you are solving a problem that does not have an issue filed yet, file one.
  2. Fork and clone the project. Solve the problem!
  3. (if relevant) Document any changes you made in the correct place.
  4. (if relevant) Write a test to show your solution solves the problem.
  5. Open a PR. Somewhere in the body it should say Fixes #<issue>, where #<issue> is the issue number of the issue you are closing.

Commit Messages

The commit history of a project should read like that project's recipe. Commit messages should be written in the active present tense, e.g.,:

make diesel work

Other items:

Note: Everything in git can be fixed, so don't be intimidated by these requirements! We're here to help you through it, if you need it :).

Issue Labels

  • good-first-issue: reserved for people with little to no GitHub contributions- we're here to help you start your OS journey!
  • help-wanted: these issues are specifically well suited for outside contributors.