From dd69ab35519f6f604708da72200c319535a15470 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Fri, 24 Nov 2023 16:34:34 +0100 Subject: [PATCH] add docs block for issues and contributions Signed-off-by: Aleksandar Stojanov --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 152d9f0..9e84fc5 100644 --- a/README.md +++ b/README.md @@ -202,3 +202,16 @@ Output will be something like this: } } ``` + +## Issues, Features, Feedback + +Your input matters. Feel free to open [issues](https://github.com/losisin/helm-values-schema-json/issues) for bugs, feature requests, or any feedback you may have. Check if a similar issue exists before creating a new one, and please use clear titles and explanations to help understand your point better. Your thoughts help me improve this project! + +### How to Contribute + +🌟 Thank you for considering contributing to my project! Your efforts are incredibly valuable. To get started: +1. Fork the repository. +2. Create your feature branch: `git checkout -b feature/YourFeature` +3. Commit your changes: `git commit -am 'Add: YourFeature'` +4. Push to the branch: `git push origin feature/YourFeature` +5. Submit a pull request! 🚀