Skip to content

Commit

Permalink
[doc] - update contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimiT committed Nov 18, 2019
1 parent 93d76ec commit 4686d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Open Development

All work on MBT happens directly on GitHub.
All work on Cloud MTA build tool happens directly on GitHub.
Both core team members and external contributors send pull requests which go through the same review process.


## Branch Organization

We will do our best to keep the master branch in a good shape, with tests passing at all times.
But in order to move fast, we will make API changes that your application might not be compatible with.
We recommend that you use the latest stable version of MBT.
We recommend that you use the latest stable version of Cloud MTA build tool.

If you send a pull request, please do it against the `master` branch.
We maintain stable branches for major versions separately but we don’t accept pull requests to them directly.
Expand All @@ -33,7 +33,7 @@ request changes to it, or close it with an explanation.
## Before submitting a pull request, please make sure the following is done:

1. Fork the repository and create your branch from master.
2. Run `go mod vendor` in the repository root.
2. Run `go mod vendor` in the repository root, in case you have added new dependency run `go mod tidy` .
3. If you’ve fixed a bug or added code that should be tested, add tests!
4. See commit prefix section
5. Ensure the test suite passes via `go test -v ./... ` Tip: you can use command `make tests`.
Expand Down

0 comments on commit 4686d9f

Please sign in to comment.