Welcome to Bilingual! We appreciate your interest in contributing. By participating in this project, you agree to abide by the Code of Conduct.
We welcome contributions from the community in various forms, including bug reports, feature requests, code contributions, documentation improvements, and more. Here are some guidelines to help you get started:
If you encounter a bug or have a feature request, please open an issue on the GitHub Issues page. Provide detailed information about the bug or the feature you're requesting, including steps to reproduce for bugs.
-
Fork the repository on GitHub.
-
Clone your fork locally.
git clone [https://github.com/Nurtimax/bilingual.git](https://github.com/Nurtimax/bilingual.git) cd [bilingual]
-
Create a new branch for your changes.
git checkout -b feature/your-feature-name
-
Make your changes and commit them.
git add . git commit -m "Add your commit message"
-
Push the changes to your fork.
git push origin feature/your-feature-name
-
Open a pull request on the GitHub Pull Requests page.
If there are specific setup steps required for local development, outline them here. Include information about dependencies, environment variables, and any other relevant details.
Follow the existing code style of the project. If there are specific coding standards or formatting guidelines, mention them here.
If applicable, provide information on how to run tests and ensure that your changes do not introduce new issues.
If you have any questions or need further assistance, feel free to reach out to us at maksatbeknurtilek@gmail.com.
Thank you for your contributions!