legal-advisor / CONTRIBUTING.md
izammohammed's picture
uploaded main files
479188c verified

A newer version of the Streamlit SDK is available: 1.35.0

Upgrade

Contributing to Legal Chatbot LLM

Thank you for considering contributing to the Legal Chatbot LLM project! Your contributions are highly valued and appreciated. To maintain a smooth and collaborative development process, please adhere to the following guidelines:

How to Contribute

  1. Fork the Repository: Fork the project on GitHub and create your own copy.

  2. Create a Branch: Create a new branch for your changes using git checkout -b feature/improvement.

  3. Make Changes: Implement your desired changes or improvements.

  4. Commit Changes: Commit your changes with a descriptive message using git commit -am 'Add/Fix feature'.

  5. Push Changes: Push your committed changes to your forked repository using git push origin feature/improvement.

  6. Create a Pull Request: Open a pull request on this repository's main branch.

Code Style and Standards

  • Follow the coding style guidelines specified in the project. we are using black formatter and flake8 linting
  • Ensure your code adheres to the established standards and practices.
  • Write clear and concise commit messages to facilitate the review process.

Reporting Issues

If you encounter any issues or bugs, please feel free to open an issue on the repository. Include detailed information about the problem, steps to reproduce it, and any relevant screenshots or error messages.

Contact

For any questions, suggestions, or discussions, please feel free to open an issue or contact the maintainer Izam Mohammed at izamdeveloper1@gmail.com.

Your contributions contribute to the continued improvement and success of the Legal Chatbot LLM project. Thank you for your support!