Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a deprecation section to the Contributing notes #2248

Merged
merged 7 commits into from
Dec 12, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,12 @@ will run the tests for the specified rust version and specified image
If you're member of **paritytech** org - you can use command-bot to run various of common commands in CI:

Start with comment in PR: `bot help` to see the list of available commands.


## Deprecating code

Polkadot SDK does not stick to [SemVer](https://semver.org/), thus breaking changes can happen between "minor version"
updates.
juangirini marked this conversation as resolved.
Show resolved Hide resolved
When deprecating and removing code you need to be mindful of how this could impact downstream developers. In order to
mitigate this impact, it is recommended to adhere to the steps outlined in the
[Deprecation Checklist](./DEPRECATION_CHECKLIST.md).
Loading