Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 652 Bytes

File metadata and controls

20 lines (15 loc) · 652 Bytes

Contributing to Docker Cleaner

Thank you for your interest! Here are some guidelines to help you get started:

How to contribute

  • Fork the repository and clone locally.
  • Create a new branch for your feature or bugfix.
  • Write clear commit messages.
  • Open a pull request describing your changes.

Coding Style

  • Use GoDoc comments for exported functions and types.
  • Run go fmt ./... before submitting.

Testing

  • Add unit tests for new features using the testing package.
  • Run go test ./... and ensure all tests pass.

Reporting Issues

  • Please provide steps to reproduce, expected behavior, and screenshots if applicable.