Thank you for considering contributing to our project! We appreciate the efforts of our community in making this project better. Please take a moment to review the following guidelines to ensure a smooth and effective contribution process.
We use conventional commits to maintain a consistent and clear commit history. Please make sure your commit messages follow this convention.
To get started, follow these steps:
- Clone this repository
- Install the dependencies:
yarn
- Run the development server:
yarn dev
- Open http://localhost:3000 in your browser to see the application.
We welcome Pull Requests! Before submitting a PR, please ensure the following:
- Your changes are based on the latest main branch.
- Your code adheres to the project's coding standards.
- You have tested your changes thoroughly.
To submit a PR, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit following the conventional commits standard.
- Push your branch to your forked repository.
- Open a PR to the main repository at WillianAgostini/chatbot-gemini.
If you have questions or need further clarification, feel free to reach out to us by opening an issue.
We appreciate your contributions and look forward to collaborating with you!