diff --git a/docs/contributing.md b/docs/contributing.md index 155f9f1e..596afe3b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -12,7 +12,7 @@ If you want to add a new feature or change the behavior of an existing one, plea - Create a _topic branch_ from `main` - e.g. `feat/interactive-prompt`. - Keep your changes focused. Multiple unrelated fixes should be opened as separate PRs. -- Following the [development setup](#development-workflow) instructions above, ensure your change is free of lint warnings and test failures. +- Ensure your change is free of lint warnings and test failures. ### Writing high-impact code changes