From 107906132338c613a9dbb8390473a041524a89eb Mon Sep 17 00:00:00 2001 From: karthikeyansundaram2 Date: Tue, 19 May 2026 11:06:16 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20address=20#34=20=E2=80=94=20Disable=20da?= =?UTF-8?q?rk=20mode=20from=20sites=20that=20already=20respect=20prefers-c?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #34 --- .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.