From 4e5546e129d75297916ca8fc75851a6d1a39f525 Mon Sep 17 00:00:00 2001 From: ahmasmibhanu Date: Mon, 12 Jan 2026 18:33:48 +0530 Subject: [PATCH] docs: add code and commit guidelines to CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9eb194b55..bbb1617f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,4 +7,13 @@ Welcome to work! ("issues") ### https://github.com/code-charity/youtube/wiki/Contributing you can also just check the (pinned-)issues(, readme & discussion, wiki, ..)

+ +### Code & Commit Guidelines + +- Keep code clean and readable +- Follow existing naming conventions +- Use meaningful commit messages, e.g.: + - Fix typo in CONTRIBUTING.md + - Add step-by-step guide for first-time contributors + ### Thanks for caring ♥