From c6989d327c05081bd7a193a18d29aeca132dd4e2 Mon Sep 17 00:00:00 2001 From: ahmasmibhanu Date: Wed, 28 Jan 2026 17:48:32 +0530 Subject: [PATCH] Add Code of Conduct section to CONTRIBUTING guide --- contribution.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contribution.md b/contribution.md index c509faa..902fc91 100644 --- a/contribution.md +++ b/contribution.md @@ -19,6 +19,20 @@ There are different ways to clone a repo; through GitHub Desktop, git bash (git ## Let the contribution begin! +### Code of Conduct + +This project is committed to providing a welcoming and inclusive environment for everyone, regardless of experience level, background, or identity. + +All contributors are expected to: +- Be respectful and considerate in language and actions +- Provide constructive feedback +- Be patient and supportive of first-time contributors +- Avoid any form of harassment, discrimination, or inappropriate behavior + +By participating in this project, you agree to uphold these standards and help create a positive experience for everyone involved. + +If you experience or witness unacceptable behavior, please report it to the project maintainer. + **Using GitHub Desktop.**

Step 1: Fork this repository