Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.3 KB

Contributing to BasicLingua-Webapp 🤝

Thank you for considering to contribute to BasicLingua-Webapp. We welcome contributions from everyone, whether it's in the form of code, bug reports, feature requests, documentation improvements, or any other valuable input.

Follow these steps 🚀

To get started with contributing to BasicLingua-Webapp, follow these steps:

  1. Fork the repository: Click on the "Fork" button of the repository's page to create your own fork of the project.

  2. Clone the repository: Clone your fork of the repository to your local machine using the following command:

    git clone https://github.com/Minty-cyber/BasicLingua-Webapp.git
    
  3. Create a new branch for your contributions Use descriptive names for easy identification of specific contributions made

    git checkout -b feature/your-feature-name
    
  4. Make your changes and test them locally to see if it is working before any commits

  5. Commit your changes with clear and descriptive commit messages like:

       git commit -m 'Add new feature'
       'Add new feature' not 'Added new feature' (for clear distinction)
  6. Push your changes to the forked repo

  7. Create a New Pull Request and provide detailed explanation for your changes and submit the pull request 📥