docs: add step-by-step workflow in contributing guidelines (#3865) (#8306)

This commit is contained in:
kai-xlr
2026-07-23 08:00:51 +02:00
committed by GitHub
parent 5760ccdc37
commit d1d639fbe8
2 changed files with 60 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ If you are unsure where to begin, use the following guides:
- [Triaging a Bug Report](contributing-in-issues.md#triaging-a-bug-report)
- [Resolving a Bug Report](contributing-in-issues.md#resolving-a-bug-report)
- [Pull Requests](pull-requests.md)
- [Step-by-Step Contribution Workflow](pull-requests.md#step-by-step-contribution-workflow)
- [Cargo Commands](pull-requests.md#cargo-commands)
- [Performing spellcheck on Tokio codebase](pull-requests.md#performing-spellcheck-on-tokio-codebase)
- [Tests](pull-requests.md#tests)