Skip to content

Commit

Permalink
docs: add transaction breaking warning label (#4900)
Browse files Browse the repository at this point in the history
Add transaction breaking warning label
  • Loading branch information
stringhandler committed Nov 7, 2022
1 parent 2028136 commit be9755d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Contributing.md
Expand Up @@ -399,6 +399,8 @@ These labels indicate the level or type of experience needed to address. Example

* `W-consensus_breaking` - This PR changes consensus rules and would require a hard-fork to implement.
* `W-network_breaking` - This PR changes networking messages and requires care when deploying.
* `W-transaction_breaking` - This PR changes data that wallets use to send transactions. This might not cause
a hard fork, but wallets may not be able to recover funds or interact with each other.

[git commit farming]: https://www.tari.com/git-farming/ "The Tari Blog: Git farming or, How to get your PRs merged into Tari"

Expand Down

0 comments on commit be9755d

Please sign in to comment.