Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 1.46 KB

Contributing Guidelines

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.

Commit Messages

We use conventional commits to maintain a consistent and clear commit history. Please make sure your commit messages follow this convention.

Getting Started

To get started, follow these steps:

  1. Clone this repository
  2. Install the dependencies: yarn
  3. Run the development server: yarn dev
  4. Open http://localhost:3000 in your browser to see the application.

PR

We welcome Pull Requests! Before submitting a PR, please ensure the following:

  1. Your changes are based on the latest main branch.
  2. Your code adheres to the project's coding standards.
  3. You have tested your changes thoroughly.

To submit a PR, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit following the conventional commits standard.
  4. Push your branch to your forked repository.
  5. Open a PR to the main repository at WillianAgostini/chatbot-gemini.

Need Help?

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!