We welcome contributions from the community! Whether it's reporting a bug, submitting a feature request, or making a pull request, your input is valuable to the AI Chatbot project. Here's how you can contribute:
- Visit our Issues page and create a new issue. Please provide as much detail as possible to help us understand the problem.
- Include steps to reproduce the issue, expected outcomes, and actual outcomes.
- Mention your operating environment, including OS, Node.js version, Docker version, and any other relevant details that could help replicate the issue.
- If applicable, include any console logs or error messages to provide further insight into the issue.
- Start by forking the
ai-chatbot
repository.
- Make your changes in a new git branch based on the
main
branch.
- Commit your changes, adhering to the project's coding standards and commit message conventions.
- Submit a pull request (PR) against the
main
branch of theai-chatbot
repository. Please provide a clear description of the changes and any other information that will help us review your PR.