Thanks for your interest in contributing! Here's how to get started.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/AutoBot-AI.git - Create a branch:
git checkout -b feature/your-feature - Make your changes
- Commit:
git commit -m "feat: description of changes" - Push to your fork:
git push origin feature/your-feature - Open a Pull Request
Please treat all contributors with respect. We follow standard open-source norms:
- Be respectful and constructive
- No spam, harassment, or discrimination
- Focus on the code, not the person
- Keep commits focused and descriptive
- Write tests for new features
- Update documentation as needed
- Follow existing code style
- Open an issue for bugs or feature requests
- Use GitHub Discussions for questions and ideas
- Check existing issues/discussions before creating new ones
Some issues are marked with a bounty label. These are available for community contributions with financial rewards via Polar.sh. Check there for details.
Looking for something easy to start with? Check out issues tagged with good-first-issue.
Thank you for contributing! 🚀