Skip to content

docs: inconsistent GitHub organization name casing in CONTRIBUTING.md #1670

@iashutoshyadav

Description

@iashutoshyadav

Summary

CONTRIBUTING.md contains inconsistent GitHub URL casing. Most links use
Kmesh-net/Kmesh (incorrect capitalization), while line 119 correctly uses
kmesh-net/kmesh. This inconsistency can confuse contributors and may cause
links to fail in case-sensitive environments.

Location

File: CONTRIBUTING.md
Affected lines: 45, 55, 57, 58, 59, 75, 92

Current (Incorrect)

Expected (Correct)

All links should consistently use lowercase:

Root Cause

The links were written with incorrect capitalization (Kmesh-net/Kmesh) instead
of the actual GitHub organization name (kmesh-net/kmesh). Line 119 already uses
the correct format, confirming the intended casing.

Proposed Fix

Replace all occurrences of:

  • Kmesh-net/Kmeshkmesh-net/kmesh
  • Kmesh-net/kmesh-net/

throughout the CONTRIBUTING.md file to ensure consistency and correctness.

Metadata

Metadata

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions