Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.39 KB

File metadata and controls

36 lines (25 loc) · 1.39 KB

Contributing to Docker Learning Lab

Thank you for your interest in contributing! 🎉

Whether you are a student experimenting with containers or a developer improving examples, your contributions are welcome.

How to Contribute

1. Fork or Template

  • You can fork this repository to make changes directly.
  • Alternatively, use the “Use this template” button to create your own copy.

2. Report Issues

  • Open an issue if you find a bug, unclear instructions, or want to suggest a new example.
  • Use descriptive titles and provide steps to reproduce the problem.

3. Pull Requests

  • Make sure your changes are on a separate branch.
  • Include a clear description of what your PR does.
  • Ensure that your code or configuration follows the structure of the repository.

4. Documentation

  • Improve existing READMEs or add new ones for new containers.
  • Keep instructions clear, concise, and beginner-friendly.
  • Include examples and commands where possible.

5. Coding Style (Optional)

  • For scripts or code, follow a consistent style (indentation, naming).
  • Comment your changes so others can understand your logic.

Respect and Conduct

  • Please follow our Code of Conduct.
  • Be respectful and constructive in comments, issues, and PR discussions.

Thank you for helping make Docker Learning Lab a better learning resource! 🚀