2018-07-27 14:55:34 +08:00
|
|
|
# Compile the project
|
|
|
|
|
|
|
|
```
|
|
|
|
# if you have golang environment
|
|
|
|
make build
|
|
|
|
# if you have docker environment
|
|
|
|
make image
|
2018-12-27 10:57:15 +08:00
|
|
|
# or
|
|
|
|
make binary
|
2018-07-27 14:55:34 +08:00
|
|
|
# if you what build one component
|
2018-12-27 10:57:15 +08:00
|
|
|
make binary WHAT=api
|
2018-07-27 14:55:34 +08:00
|
|
|
make image WHAT=api
|
|
|
|
```
|
|
|
|
|
2017-12-12 16:10:42 +08:00
|
|
|
# How to contribute
|
|
|
|
|
|
|
|
Read [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/) 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**.
|