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.
To get started with contributing to BasicLingua-Webapp, follow these steps:
-
Fork the repository: Click on the "Fork" button of the repository's page to create your own fork of the project.
-
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
-
Create a new branch for your contributions Use descriptive names for easy identification of specific contributions made
git checkout -b feature/your-feature-name
-
Make your changes and test them locally to see if it is working before any commits
-
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)
-
Push your changes to the forked repo
-
Create a New Pull Request and provide detailed explanation for your changes and submit the pull request 📥