From c6bb413876209158821642483b7ee73a2615c611 Mon Sep 17 00:00:00 2001 From: EDR Labs <60473889+Edgardo-Ramirez-Canales@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:33:40 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20Docs=20(v=C3=ADa=20GitHub=20Trending=20?= =?UTF-8?q?Agent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 76195d2..4fdd475 100644 --- a/README.md +++ b/README.md @@ -282,3 +282,21 @@ The image tag carries no `v` prefix (`ghcr.io/tamnd/kage:0.1.1`). The Homebrew a ## License MIT. See [LICENSE](LICENSE). + +## Contributing + +We welcome contributions to **kage**! If you would like to contribute, please follow these guidelines: + +1. **Report Issues**: If you encounter any bugs or have feature requests, please open an issue in the GitHub repository. Provide as much detail as possible to help us understand the problem. + +2. **Fork the Repository**: Click the 'Fork' button on the top right of the repository page to create your own copy of the project. + +3. **Make Changes**: Clone your fork locally and make your changes. Ensure that your code adheres to the project's coding style. + +4. **Write Tests**: If you are adding new features or fixing bugs, please include tests to cover your changes. + +5. **Submit a Pull Request**: Once you are satisfied with your changes, submit a pull request to the main repository. Include a description of your changes and reference any related issues. + +6. **Follow the Code of Conduct**: Please be respectful and considerate in your interactions with the community. + +Thank you for considering contributing to **kage**!