From a16e2744a90fa27f3b8523783dbe6f6893e8cb6a Mon Sep 17 00:00:00 2001 From: Rosario Moscato Date: Thu, 25 Sep 2025 14:15:22 +0200 Subject: [PATCH] docs: remove Contributing, License, and Need Help sections from README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 6dedaed..96190a1 100644 --- a/README.md +++ b/README.md @@ -195,27 +195,6 @@ Ensure these are set in your production environment: - `OPENAI_MODEL` - OpenAI model name (optional, defaults to gpt-5-mini) - `NEXT_PUBLIC_APP_URL` - Your production domain - -## 🤝 Contributing - -1. Fork this 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 - -## 📝 License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -## 🆘 Need Help? - -If you encounter any issues: - -1. Check the [Issues](https://gitea.rosmoscato.xyz/ros/agentic-coding-starter-kit/issues) section -2. Review the documentation above -3. Create a new issue with detailed information about your problem - --- **Happy coding! 🚀**