Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.3 KB

File metadata and controls

43 lines (29 loc) · 1.3 KB

Contributing to AutoBot

Thanks for your interest in contributing! Here's how to get started.

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/AutoBot-AI.git
  3. Create a branch: git checkout -b feature/your-feature
  4. Make your changes
  5. Commit: git commit -m "feat: description of changes"
  6. Push to your fork: git push origin feature/your-feature
  7. Open a Pull Request

Code of Conduct

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

Guidelines

  • Keep commits focused and descriptive
  • Write tests for new features
  • Update documentation as needed
  • Follow existing code style

Getting Help

  • Open an issue for bugs or feature requests
  • Use GitHub Discussions for questions and ideas
  • Check existing issues/discussions before creating new ones

Bounties

Some issues are marked with a bounty label. These are available for community contributions with financial rewards via Polar.sh. Check there for details.

Good First Issues

Looking for something easy to start with? Check out issues tagged with good-first-issue.

Thank you for contributing! 🚀