typo fix (#11619)
This commit is contained in:
parent
495631dd19
commit
fd14ff4fc4
|
@ -76,7 +76,7 @@ When proposing an architecture decision for the Cosmos SDK, please start by open
|
||||||
* The latest state of development is on `master`.
|
* The latest state of development is on `master`.
|
||||||
* `master` must never fail `make lint test test-race`.
|
* `master` must never fail `make lint test test-race`.
|
||||||
* No `--force` onto `master` (except when reverting a broken commit, which should seldom happen).
|
* No `--force` onto `master` (except when reverting a broken commit, which should seldom happen).
|
||||||
* Create a branch to start a wok:
|
* Create a branch to start work:
|
||||||
* Fork the repo (core developers must create a branch directly in the Cosmos SDK repo),
|
* Fork the repo (core developers must create a branch directly in the Cosmos SDK repo),
|
||||||
branch from the HEAD of `master`, make some commits, and submit a PR to `master`.
|
branch from the HEAD of `master`, make some commits, and submit a PR to `master`.
|
||||||
* For core developers working within the `cosmos-sdk` repo, follow branch name conventions to ensure a clear
|
* For core developers working within the `cosmos-sdk` repo, follow branch name conventions to ensure a clear
|
||||||
|
|
Loading…
Reference in New Issue