Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

Contributing to Korvus

We're excited that you're interested in contributing to Korvus! This document provides some basic guidelines for contributors.

How to Contribute

  1. Fork the Repository: Start by forking the Korvus repository to your own GitHub account.
  2. Create a Branch: Create a branch in your fork for your contributions.
  3. Make Your Changes: Implement your feature or bug fix.
  4. Follow Coding Standards: Try to follow the coding style already present in the project.
  5. Write Tests: If applicable, add tests for your changes.
  6. Document Your Changes: Update the README.md or other relevant documentation if necessary.
  7. Commit Your Changes: Use clear and concise commit messages.
  8. Submit a Pull Request: Open a pull request from your branch to the main Korvus repository.

Reporting Issues

If you find a bug or have a suggestion for improvement:

  1. Check if the issue already exists in the GitHub issue tracker.
  2. If not, create a new issue, providing as much relevant information as possible.

Questions?

If you have any questions about contributing, feel free to ask in our Discord community. Thank you for contributing to Korvus!