From d42eaec25610a8002bb08e50fd4d0abfc4607419 Mon Sep 17 00:00:00 2001 From: karthikeyansundaram2 Date: Fri, 5 Jun 2026 11:12:54 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20address=20#27=20=E2=80=94=20website=20is?= =?UTF-8?q?sue:=20dark=20mode=20is=20applied=20and=20then=20reset=20by=20t?= =?UTF-8?q?he=20we?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #27 --- .github/CONTRIBUTING.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..0755742 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,21 @@ +# Contributing Guide + +Thank you for your interest in contributing! + +## Getting Started + +1. Fork the repository +2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/REPO_NAME.git` +3. Create a branch: `git checkout -b fix/your-fix-name` +4. Make your changes and commit: `git commit -m "fix: describe your change"` +5. Push and open a Pull Request + +## Code Style + +- Follow existing conventions in the codebase +- Run tests before submitting: `npm test` (or equivalent) +- Keep PRs focused — one fix per PR + +## Reporting Issues + +Include steps to reproduce, expected vs actual behavior, and environment details.