Thanks for your interest in making AIXCL better! We love contributions from everyone, regardless of your experience level.
-
Fork & Clone
git clone https://github.com/YOUR-USERNAME/aixcl.git cd aixcl
-
Make Your Changes
- Create a branch:
git checkout -b your-feature-name
- Make your awesome changes
- Test thoroughly
- Create a branch:
-
Submit Your Contribution
- Push to your fork:
git push origin your-feature-name
- Open a pull request
- Describe what you changed and why
- Push to your fork:
- Keep it focused: One feature or fix per pull request
- Test your changes: Make sure everything works as expected
- Update docs: If you change functionality, update the documentation
- Be clear: Write clear commit messages and PR descriptions
- Follow the style: Match the existing code style
- Questions? Open an issue labeled "question"
- Found a bug? Open an issue with steps to reproduce
- Feature idea? Open an issue describing your idea
We aim to respond to all issues and PRs within a few days.
Be kind, respectful, and constructive in all interactions. We're building something cool together!
Thank you for helping make AIXCL better! 🚀