We welcome contributions to the GenAI library! Here are some guidelines to help you get started:
If you encounter any bugs or unexpected behavior while using the library, please open an issue on the GitHub repository. When reporting an issue, please provide the following information:
- A clear description of the problem you are experiencing.
- Steps to reproduce the issue.
- Any relevant code snippets or error messages.
- Your Elixir version and operating system.
If you would like to contribute code to the library, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the
main
branch of thenoizu-labs-ml/genai
repository.
Please ensure that your pull request adheres to the following guidelines:
- Your code should be well-formatted and follow Elixir coding conventions.
- Your code should be covered by tests.
- Your pull request should include a clear description of the changes you have made.
Please note that this project is governed by a Code of Conduct. By participating in this project, you agree to abide by its terms.
If you have any questions or need help with contributing, please feel free to open an issue on the GitHub repository or reach out to the maintainers.
We appreciate your contributions to the GenAI library!