diff --git a/Coding-style-policy.md b/Coding-style-policy.md index 6466ca1..261d3e2 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -44,4 +44,6 @@ The following list provides an overview of all policies applied to RSS-Bridge. F * [Do not use final statements inside final classes](Classes#do-not-use-final-statements-inside-final-classes) * [Do not override methods to call their parent](Classes#do-not-override-methods-to-call-their-parent) * [Casting](Casting) - * [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting) \ No newline at end of file + * [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting) + +_Important for editors_: Make sure to keep [CONTRIBUTING.md](https://github.com/RSS-Bridge/rss-bridge/blob/master/CONTRIBUTING.md) in sync! \ No newline at end of file