Welcome! I'm glad you're interested in contributing to vagrant-kubernetes-EZ . Here are a few guidelines to help you get started:
Please make sure to read and follow Code of Conduct.
- Fork the repository.
- Clone your fork to your local machine.
- Create a new branch for your feature/bugfix:
git checkout -b feature/your-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request with a clear title and description.
If you encounter any issues or have suggestions, please open an issue and provide as much detail as possible. Include your operating system, relevant software versions, and steps to reproduce the problem.
- Follow the existing coding style.
- Write clear and concise code.
- Document your code as necessary.
- Ensure that your changes do not break existing functionality.
- Write tests for new features or bugfixes.
If you have any questions or need help, feel free to contact me.
I appreciate your contribution! Thank you for helping make vagrant-kubernetes-EZ better.
Happy coding!