Contributing to eva
March 18, 2024 ยท View on GitHub
eva is open source and community contributions are welcome!
Contribution Process
GitHub Issues
The eva contribution process generally starts with filing a GitHub issue.
eva defines four categories of issues: feature requests, bug reports, documentation fixes, and installation issues. In general, we recommend waiting for feedback from a eva maintainer or community member before proceeding to implement a feature or patch.
Pull Requests
After you have agreed upon an implementation strategy for your feature or patch with an eva maintainer, the next step is to introduce your changes as a pull request against the eva repository.
Steps to make a pull request:
- Fork https://github.com/kaiko-ai/eva
- Implement your feature as a branch off of the
mainbranch - Create a pull request into the
mainbranch of https://github.com/kaiko-ai/eva
Once your pull request has been merged, your changes will be automatically included in the next eva release!