First off, thank you for considering contributing! This project exists to help developers understand open-source licensing, and your contribution can make a real difference.
This project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior by opening an issue.
- Fix typos, grammar, or formatting issues
- Add clearer explanations or analogies
- Improve existing use case examples
- Add more real-world case studies
- Add comparison tables between specific licenses
- Create decision flowcharts for specific scenarios
- Add industry-specific licensing guides (e.g., "Licensing for Game Dev")
- Write FAQs for common licensing questions
- Translate any
LICENSE_NAME.mdorUSE_CASE.mdinto other languages - Create a translated
README.md - Follow the naming convention:
LICENSE_NAME_[lang].md(e.g.,LICENSE_NAME_hi.mdfor Hindi)
- Incorrect license information
- Broken links
- Outdated project examples
Click the Fork button at the top right of the repository page.
git clone https://github.com/YOUR_USERNAME/Github-License.git
cd Github-Licensegit checkout -b feature/your-improvementEdit or create files following the Style Guide.
git add .
git commit -m "docs: add new use case for MIT license"
git push origin feature/your-improvementGo to your fork on GitHub and click "New Pull Request".
Each license folder should contain:
LICENSE_NAME.md— License documentationUSE_CASE.md— When to use this license
- Use tables for comparisons (✅/❌ for permissions)
- Use code blocks for license text excerpts
- Use emoji for visual clarity (📜, ✅, ❌, 🏢, 🔑, 🧠)
- Include a "Developer's Perspective" quote in each license file
- Include a "Decision Checklist" in each use case file
- Add "Further Reading" links at the bottom
Follow Conventional Commits:
docs: add new use case for BSD license
fix: correct patent grant info for Apache 2.0
feat: add Hindi translation for MIT license
chore: update links in README
- Ensure your changes follow the style guide
- Update the
README.mdif you add new folders/files - Verify all links work correctly
- Write a clear PR description explaining your changes
- Be responsive to review feedback
Every contribution, no matter how small, helps developers worldwide make better licensing decisions. You're making open source better! 🌟