Skip to content

[ENHANCEMENT] Alpha-Sort the Contributors List to Prevent Frequent Merge Conflicts #9

@Vedant4102004

Description

@Vedant4102004

📌 Problem Description
Currently, the "👥 Contributors" section in README.md allows users to append their profiles sequentially or arbitrarily. Because multiple newcomers fork this repository and add their names to the absolute bottom of the list at the same time, it causes constant merge conflicts on that specific line. This slows down the merging process for maintainers and can frustrate beginners dealing with their very first PR conflict.

💡 Proposed Solution
Introduce a structural rule in the README instructions requiring names to be added alphabetically based on their GitHub usernames:

  • Re-order the existing contributors list (Adit, Adithya S, Janvee, Mudradi Pranavi, Rita Huang, etc.) alphabetically.
  • Add an explicit placeholder line or a subtle HTML comment note in the file markdown layout to guide upcoming users on exactly where to position their profile insertion.

🛠️ Technical Domain & Directory Focus
Target File: README.md
Concepts Covered: Markdown Structural Optimization, Conflict Avoidance Strategies, Documentation Management.

📋 Acceptance Criteria

  • Existing contributor list records must be sorted cleanly in ascending alphabetical order.
  • Clear instructions or an HTML comment boundary (e.g., ``) must be present to reduce redundant line-clashing down the line.

Hey @Adez017 please assign this issue to me. I am nsoc contributor.

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