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