Thank you for your interest in contributing to CodeTranslateAI! We're excited to have your help.
- Find an Issue: Look for issues tagged with
good first issueorhelp wanted. - Fork & Clone: Fork the repository to your own GitHub account and then clone it to your local machine.
- Set Up: Follow the setup instructions in the
README.mdto get the project running. - Create a Branch: Create a new branch for your feature or bug fix (e.g.,
git checkout -b feature/add-new-language). - Make Your Changes: Write your code!
- Submit a Pull Request (PR): Push your branch to your fork and submit a pull request to the main CodeTranslateAI repository. Please provide a clear description of the changes you've made.
- We use a standard JavaScript style. Please run a linter/formatter if possible.
- Try to include comments for any complex logic.
We look forward to your contributions!