Description
Problem
The repository currently contains largely overlapping onboarding and contribution instructions in both README.md and CONTRIBUTING.md.
Both files describe the same contribution workflow, including:
Forking the repository
Cloning the fork
Creating a branch
Adding a contributor entry
Committing changes
Pushing changes
Creating a Pull Request
Because the same instructions are maintained in multiple locations, future updates may need to be applied in more than one file. This increases the likelihood of documentation drift where one guide becomes outdated while the other remains updated.
Why this matters
Increases documentation maintenance effort.
Creates risk of inconsistent contributor instructions.
Makes future updates harder to manage.
Can confuse first-time contributors if the guides diverge over time.
Suggested Direction
Consider keeping detailed contribution instructions in a single source of truth (for example, CONTRIBUTING.md) and linking to it from README.md, or clearly separating the purpose of each document to minimize duplicated content.
References
README.md
CONTRIBUTING.md
Description
Problem
The repository currently contains largely overlapping onboarding and contribution instructions in both README.md and CONTRIBUTING.md.
Both files describe the same contribution workflow, including:
Because the same instructions are maintained in multiple locations, future updates may need to be applied in more than one file. This increases the likelihood of documentation drift where one guide becomes outdated while the other remains updated.
Why this matters
Suggested Direction
Consider keeping detailed contribution instructions in a single source of truth (for example, CONTRIBUTING.md) and linking to it from README.md, or clearly separating the purpose of each document to minimize duplicated content.
References
README.md
CONTRIBUTING.md