Skip to content

Commit f7cd897

Browse files
committed
update README.md file
1 parent 31ae1b8 commit f7cd897

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@ Welcome to my journey of mastering Data Structures and Algorithms (DSA) by solvi
9292

9393
---
9494

95+
## πŸ“Œ Contributing Rules & Branch Naming Convention
96+
97+
To keep this repository clean, consistent, and collaboration-ready, we follow a few naming and commit conventions.
98+
99+
### βœ… Branch Naming Convention
100+
101+
Create branches using the format:
102+
**Example:**
103+
1-arrays/1-two-sum
104+
105+
---
106+
107+
### βœ… Pull Request Naming Convention
108+
109+
PR titles must follow the format:
110+
**Example:**
111+
1-arrays/1-two-sum: implement two sum solution using hashmap
112+
113+
---
114+
95115
## πŸ”— Resources
96116

97117
- [NeetCode Practice Platform](https://neetcode.io/practice)

0 commit comments

Comments
Β (0)