Thank you for considering contributing to lang-source-cli! We welcome all contributions, whether they’re related to code, documentation, or feature suggestions. Follow these steps to get started:
- Search existing issues to avoid duplicates.
- Create a new issue and provide:
- A clear title.
- Steps to reproduce the issue.
- Expected and actual behaviour.
- Relevant logs or screenshots, if applicable.
- Open a new feature request issue.
- Provide a detailed description of the feature and its benefits.
- Fork the repository and clone it locally:
git clone https://github.com/your-username/lang-source-cli.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Commit changes with a clear message:
git commit -m "Add feature: your-feature-name" - Push the branch to your fork:
git push origin feature/your-feature-name
- Open a pull request on the main repository.
- Follow the code style defined in the project (TypeScript/JavaScript best practices).
- Run
npm run lintandnpm run formatbefore submitting a pull request.
By contributing, you agree to follow our Code of Conduct.
We appreciate your contributions and look forward to collaborating with you!