Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 756 Bytes

Compile the project

# if you have golang environment
make build
# if you have docker environment
make image
# or
make binary
# if you what build one component
make binary WHAT=api
make image WHAT=api

How to contribute

Read Contributing to Open Source on GitHub before contribute.

Bug

When you find a bug, or have questions about code, documents and project, use ISSUE to report and discuss.

Feature

If you are able to fix bugs or add feature for Rainbond, your Pull Request are welcome!

Check Pull Request is another way to contribute.

Documents

When you find any typo or you have awesome contents to supplement, you can also use Pull Request.