Skip to content

[DOCS] Reduce duplicated onboarding instructions between README.md and CONTRIBUTING.md #23

@niy-ati

Description

@niy-ati

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions