Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 408 Bytes

File metadata and controls

10 lines (8 loc) · 408 Bytes

Contributing to Container-Compose

Contributions are welcome! Please open issues or submit pull requests to help improve this project.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feat/YourFeature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Add tests to you changes.
  5. Push to the branch (git push origin feature/YourFeature).
  6. Open a pull request.