Skip to content

Latest commit

Β 

History

History
29 lines (20 loc) Β· 1.62 KB

File metadata and controls

29 lines (20 loc) Β· 1.62 KB

Contributing to [Docker]

Welcome! This repository is designed for learning about [topic of repo, e.g., Docker]. Feel free to explore the examples and resources here.

Ways to Contribute

While this repo is primarily for learning, we welcome contributions that enhance the learning experience for others! Here are some ideas:

  • Improve existing examples: Find a better way to demonstrate a concept? Submit a pull request with your improvements!
  • Add new examples: Have an example that demonstrates a different use case or technique? We'd love to see it!
  • Fix typos or errors: Spot a mistake in the code or documentation? Help us keep things accurate.
  • Suggest new topics or resources: Think something is missing? Let us know!

How to Contribute

  1. Fork the repository: Click the "Fork" button in the top right corner of this page.
  2. Clone your fork: git clone https://docs.github.com/articles/fork-a-repo
  3. Create a new branch: git checkout -b my-improvements (replace my-improvements with a descriptive name)
  4. Make your changes: Edit the files, add new examples, etc.
  5. Commit your changes: git commit -m "Add a new Docker Compose example" (write a clear commit message)
  6. Push your branch: git push origin my-improvements
  7. Open a pull request: Go back to the original repository and click "New pull request". Compare your branch to the main branch and submit your changes for review.

Code Style

  • Use clear and consistent formatting.
  • Add comments to explain complex logic.

We appreciate your contributions and hope this repository helps you on your learning journey!