1.4 KiB
Contributing to AI-For-Beginners
Thank you for your interest in contributing to AI-For-Beginners! We welcome translations, lesson fixes, and formatting corrections.
Microsoft Contributor License Agreement (CLA)
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
How to Contribute
1. Fixing Typos / Code Errors
If you find a typo or bug in any Jupyter notebook or lesson markdown file:
- Fork the repository.
- Fix the typo or broken link.
- Submit a Pull Request with a clear description of the fix.
2. Submitting Translations
We welcome translations of the lessons into other languages! Please place translations under the translations/ directory using the existing folder names there (for example translations/es/, translations/pt-BR/, translations/zh-CN/).
For more details, see etc/CONTRIBUTING.md.