Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.38 KB

File metadata and controls

29 lines (23 loc) · 1.38 KB

Contribution Guidelines

We welcome contributions to RvKernel Manager! Whether it's bug fixes, new features, or documentation improvements, your help is greatly appreciated.

How to Contribute

  1. 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
  2. Create a Branch: Create a new branch for your feature or bug fix. Use a descriptive name.
    git checkout -b feature/new-feature
  3. Make Changes: Implement your changes, ensuring code quality and following existing style conventions.
  4. Test Your Changes: Thoroughly test your changes to ensure they work as expected.
  5. Commit Your Changes: Commit your changes with clear and concise commit messages.
  6. 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!