Contributing to Amebo¶
Thank you for your interest in contributing to Amebo! This guide will help you get started.
Development Setup¶
-
Fork and Clone
-
Install Dependencies
-
Run Tests
Code Style¶
- Follow PEP 8
- Use type hints
- Write docstrings
- Maximum line length: 88 characters
Submitting Changes¶
- Create a feature branch
- Make your changes
- Add tests
- Update documentation
- Submit a Pull Request
Getting Help¶
- GitHub Discussions for questions
- GitHub Issues for bugs
- Check documentation first
Thank you for contributing! 🎉