Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1.33 KB

Contributing

Thanks for helping make go-blueprint better!

Design Principles

Contributions to go-blueprint should align with the project’s design principles:

  • Maintain backwards compatibility whenever possible.

Report an Issue

If you have run into a bug or want to discuss a new feature, please file an issue.

Contributing Code with Pull Requests

go-blueprint uses Github pull requests. Feel free to fork, hack away at your changes and submit.

Requirements

  • All commands and functionality should be documented appropriately
  • All new functionality/features should have appropriate unit testing

go-blueprint strives to have a consistent set of documentation that matches the command structure and any new functionality must have accompanying documentation in the PR.

Licensing

See the LICENSE file for our project's licensing. We will ask you to confirm the licensing of your contribution.