Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1.18 KB

Route Optimizing - Contributing

route-optimizing it is licensed using the Apache License 2.0.

Issue Reporting

  • Check that the issue has not already been reported.
  • Be clear, concise and precise in your description of the problem.
  • Open an issue with a descriptive title and a summary in grammatically correct, complete sentences.
  • Include any relevant code to the issue summary.

Pull Requests

  • Please read this how to GitHub blog post.
  • Use a topic branch to easily amend a pull request later, if necessary.
  • Write good commit messages.
  • Use the same coding conventions as the rest of the project.
  • Open a pull request that relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • If a PR contains a fix or improvement for a release branch, 2.x for instance, that PR should be raised to master first.

Bluebird Group Tech Team