From 8d26b7d28df656c7d177c1a7722e4984f5250a96 Mon Sep 17 00:00:00 2001 From: Alex <132889147+alexvcodesphere@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:22:02 +0100 Subject: [PATCH] docs: add Contributing section to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 22b0468..67ae88e 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,18 @@ TOOLS_URL=https://77015-3000.2.codesphere.com/commenting-ui > **Note:** Replace `77015-3000.2.codesphere.com` with your actual Codesphere workspace URL. +## 🤝 Contributing + +Contributions are welcome! Here's how you can help: + +1. **Fork** the repository +2. **Create** a feature branch (`git checkout -b feature/amazing-feature`) +3. **Commit** your changes (`git commit -m 'Add amazing feature'`) +4. **Push** to the branch (`git push origin feature/amazing-feature`) +5. **Open** a Pull Request + +Please ensure your code follows the existing style and includes appropriate tests. + ## 📄 License MIT