mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 08:50:09 +00:00
Add Code Style section into CONTRIBUTING.md (#512)
This commit is contained in:
parent
ba6c96532b
commit
b5b8219c41
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@ -21,5 +21,9 @@ You can also discover more information in https://hackmd.io/s/SkZI0bXIb
|
|||||||
2. Wait for an approve from one of core contributors.
|
2. Wait for an approve from one of core contributors.
|
||||||
3. Fork the project and work right in the `develop` branch.
|
3. Fork the project and work right in the `develop` branch.
|
||||||
4. Work on the issue and file a PR back into `develop`.
|
4. Work on the issue and file a PR back into `develop`.
|
||||||
5. Wait until your PR is [reviewed](https://hackmd.io/s/B1AenvFU-) by 3 core developers and merged.
|
5. Wait until your PR is [reviewed](https://hackmd.io/s/B1AenvFU-) by 2 core developers and merged.
|
||||||
|
|
||||||
|
## Code Style
|
||||||
|
|
||||||
|
Please, note that we follow [Effective Go](https://golang.org/doc/effective_go.html) and
|
||||||
|
[CodeReviewComments](https://github.com/golang/go/wiki/CodeReviewComments) in our code.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user