Contributing to GitOps-2024
Thank you for considering contributing to GitOps-2024! I welcome contributions from everyone. Here are some guidelines to help you get started.
How to Contribute
-
Fork the repository: Click the "Fork" button at the top right of this repository and clone your fork locally.
-
Create a branch: Create a new branch for your changes.
-
Make your changes: Make your changes to the codebase.
-
Commit your changes: Commit your changes with a descriptive commit message.
- Push to your branch: Push your changes to your forked repository.
- Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and any related issue numbers.
Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Reporting Issues
If you find a bug or have a feature request, please open an issue on GitHub. Be sure to include as much detail as possible.
Style Guide
- Follow the existing code style.
- Write clear, concise commit messages using the Conventional Commits standard.
Testing
Please ensure that your changes pass all tests and do not break existing functionality. If you add new features, include tests for those features.
Getting Help
If you need help, feel free to reach out by opening an issue or discussion.
Thank you for contributing!