Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

49 lines (36 loc) · 2.03 KB

Contributing to Bilingual

Welcome to Bilingual! We appreciate your interest in contributing. By participating in this project, you agree to abide by the Code of Conduct.

How to Contribute

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:

Bug Reports and Feature Requests

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.

Code Contributions

  1. Fork the repository on GitHub.

  2. Clone your fork locally.

    git clone [https://github.com/Nurtimax/bilingual.git](https://github.com/Nurtimax/bilingual.git)
    cd [bilingual]
  3. Create a new branch for your changes.

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them.

    git add .
    git commit -m "Add your commit message"
  5. Push the changes to your fork.

    git push origin feature/your-feature-name
  6. Open a pull request on the GitHub Pull Requests page.

Development Setup

If there are specific setup steps required for local development, outline them here. Include information about dependencies, environment variables, and any other relevant details.

Code Style

Follow the existing code style of the project. If there are specific coding standards or formatting guidelines, mention them here.

Testing

If applicable, provide information on how to run tests and ensure that your changes do not introduce new issues.

Contact

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!