Skip to content

Commit

Permalink
docs: update adr section of contributing (#9710)
Browse files Browse the repository at this point in the history
* docs: update contributing adrs

* Update CONTRIBUTING.md

Co-authored-by: Cory <[email protected]>

Co-authored-by: ryanchrypto <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Cory <[email protected]>
  • Loading branch information
4 people authored Jul 28, 2021
1 parent ff85c1d commit 8f7be3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ Other notes:

## Architecture Decision Records (ADR)

When proposing an architecture decision for the SDK, please create an [ADR](./docs/architecture/README.md)
so further discussions can be made. We are following this process so all involved parties are in
agreement before any party begins coding the proposed implementation. If you would like to see some examples
of how these are written refer to the current [ADRs](https://github.com/cosmos/cosmos-sdk/tree/master/docs/architecture).
When proposing an architecture decision for the SDK, please start by opening an [issue](https://github.com/cosmos/cosmos-sdk/issues/new/choose) or a [discussion](https://github.com/cosmos/cosmos-sdk/discussions/new) with a summary of the proposal. Once the proposal has been discussed and there is rough alignment on a high-level approach to the design, the [ADR creation process](https://github.com/cosmos/cosmos-sdk/blob/master/docs/architecture/PROCESS.md) can begin. We are following this process to ensure all involved parties are in agreement before any party begins coding the proposed implementation. If you would like to see examples of how these are written, please refer to the current [ADRs](https://github.com/cosmos/cosmos-sdk/tree/master/docs/architecture).

## Pull Requests

Expand Down

0 comments on commit 8f7be3e

Please sign in to comment.