Contribution Guidelines
August 4, 2025 ยท View on GitHub
We welcome contributions to RvKernel Manager! Whether it's bug fixes, new features, or documentation improvements, your help is greatly appreciated.
How to Contribute
- Fork the Repository: Start by forking the RvKernel Manager repository to your GitHub account.
git clone https://github.com/Rve27/RvKernel-Manager.git cd RvKernel-Manager - Create a Branch: Create a new branch for your feature or bug fix. Use a descriptive name.
git checkout -b feature/new-feature - Make Changes: Implement your changes, ensuring code quality and following existing style conventions.
- Test Your Changes: Thoroughly test your changes to ensure they work as expected.
- Commit Your Changes: Commit your changes with clear and concise commit messages.
- Create a Pull Request: Submit a pull request to the main repository. Include a detailed description of your changes and any relevant information.
Guidelines
- Code Style: Follow the existing code style conventions.
- Testing: Ensure your changes are thoroughly tested.
- Documentation: Update relevant documentation to reflect your changes.
- Commit Messages: Write clear and concise commit messages.
- Be Respectful: Be respectful of other contributors and maintainers.
We appreciate your contributions!