docker-stats 0.3.0

Visualize container stats with beautiful, real-time charts directly in your terminal.
Documentation
# Contributing to `ds`

Thank you for your interest in contributing to `ds`! We welcome contributions from the community to help make this project better. Before you start contributing, please take a moment to read this document and understand the contribution guidelines.

## Getting Started

- If you are new to the project, start by [forking the repository]https://github.com/rafaelrcamargo/ds/fork on GitHub.
- Clone your forked repository to your local machine:
  ```sh
  git clone https://github.com/yourusername/ds.git
  ```
- Make sure you have Rust installed. You can download it from [https://www.rust-lang.org/]https://www.rust-lang.org/.
- Install any project-specific dependencies as outlined in the project's README.
- Create a new branch for your contribution:
  ```sh
  git checkout -b feature/your-feature-name
  ```
- Make your changes and commit them with clear and concise commit messages.
- Push your changes to your forked repository:
  ```sh
  git push origin feature/your-feature-name
  ```
- Open a pull request (PR) against the `main` branch of the original repository at [https://github.com/rafaelrcamargo/ds]https://github.com/rafaelrcamargo/ds.

## Contribution Guidelines

- Please follow the [code of conduct]CODE_OF_CONDUCT.md for this project.
- Keep your PR focused. If you have multiple contributions, submit separate PRs for each.
- Write clear and descriptive commit messages.
- Include tests if applicable and ensure all existing tests pass.
- Ensure your code follows the project's coding style and conventions.
- Document your code if it introduces new functionality or changes existing behavior.
- Be responsive to feedback and be ready to make changes if requested.
- Make sure your PR is up to date with the latest changes from the `main` branch before it gets merged.

## Code of Conduct

This project follows a [Code of Conduct](CODE_OF_CONDUCT.md). Please read and adhere to it while participating.

## Issue Tracker

If you find a bug, have a question, or want to request a feature, please check the [issue tracker](https://github.com/rafaelrcamargo/ds/issues) for existing issues or open a new one.

Thank you for contributing to `ds`! Your help is greatly appreciated.