Thank you for your interest in contributing to the AI-based Translator project! We welcome all contributions, including bug fixes, feature suggestions, documentation updates, and translations.
- Fork the repository on GitHub.
- Clone your fork to your local machine:
git clone https://github.com/YOUR_USERNAME/Chat-with-KB.git
- Load the extension in your browser:
- For Edge: Go to
edge://extensions/, enable Developer mode, click Load unpacked, and select the project directory. - For Chrome: Go to
chrome://extensions/, enable Developer mode, click Load unpacked, and select the project directory.
- For Edge: Go to
- Please check the Issue tracker first to see if it has already been reported.
- If not, open a new Issue. Describe the bug or feature request clearly, including steps to reproduce or implementation ideas.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your modifications, adhering to the project's existing code style.
- Test your changes locally to ensure the extension functions correctly and has no errors in the console.
- Commit your changes:
git commit -m "Add some awesome feature" - Push to your fork:
git push origin feature/your-feature-name
- Open a Pull Request against the
mainbranch of this repository.
Please be respectful and polite in all interactions within this project's issues and pull requests. We want to keep this community welcoming and helpful to everyone!