We're excited that you're interested in contributing to Korvus! This document provides some basic guidelines for contributors.
- Fork the Repository: Start by forking the Korvus repository to your own GitHub account.
- Create a Branch: Create a branch in your fork for your contributions.
- Make Your Changes: Implement your feature or bug fix.
- Follow Coding Standards: Try to follow the coding style already present in the project.
- Write Tests: If applicable, add tests for your changes.
- Document Your Changes: Update the README.md or other relevant documentation if necessary.
- Commit Your Changes: Use clear and concise commit messages.
- Submit a Pull Request: Open a pull request from your branch to the main Korvus repository.
If you find a bug or have a suggestion for improvement:
- Check if the issue already exists in the GitHub issue tracker.
- If not, create a new issue, providing as much relevant information as possible.
If you have any questions about contributing, feel free to ask in our Discord community. Thank you for contributing to Korvus!