Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

46 lines (32 loc) · 1.39 KB

Contributing to Bluejay

Bluejay is an open source project so we appreciate your help and feedback!

Here are instructions to get you started. They are probably not perfect, please let us know if anything feels wrong or incomplete.

Guidelines

Issues

Any significant improvement should be added as a GitHub issue so we can discuss.

Please submit issues to the correct repositories:

  • Blueprint - issues related to the Blueprint source code
  • Jay - issues related to the Jay source code
  • Core - issues related to the Core source code
  • BlueJay Docs
  • issues related to the BlueJay website or documentation

When submitting a issue, please answer these questions:

  • Which commit are you using?
  • Which operating system, processor architecture, and Go version are you using?
  • What did you do?
  • What did you expect to see?
  • What did you actually see?

Pull Requests

Send your pull request to the master branch with an explanation so we can merge it quickly.

Any small changes like typo fixes are also worth a pull request.

Please separate out features and fixes into individual pull requests and reference the issue if it exists.

Things like typos fixes can be grouped together into a single pull request.