Add a deprecation section to the Contributing notes (#2248)

A brief explanation of the Deprecation Checklist is added to the
Contributing notes with a link to it
This commit is contained in:
Juan Girini
2023-12-12 14:24:27 +01:00
committed by GitHub
parent ef62acfbcf
commit 6b5995ffd1
2 changed files with 8 additions and 4 deletions
+6
View File
@@ -152,3 +152,9 @@ We use [zepter](https://github.com/ggwpez/zepter) to enforce features are propag
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
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).