Thank you for your interest in contributing to Words625! This open-source language learning app aims to make learning Indian languages accessible and enjoyable. We appreciate your enthusiasm and welcome contributions that align with our mission. Please read and follow these guidelines to ensure a smooth collaboration.
- Code of Conduct
- Ways to Contribute
- Setting Up the Project
- Contribution Guidelines
- Commit Messages
- Pull Request Process
- Feature Requests and Bug Reports
- Contact
Our project is dedicated to fostering a welcoming and inclusive environment. By participating, you agree to uphold our Code of Conduct. We expect all contributors to treat each other with respect and kindness.
- Reporting Bugs: Help us improve by identifying issues or reporting bugs.
- Suggesting Features: Propose new features or improvements to the app.
- Improving Documentation: Contribute to better documentation for setup, usage, or the codebase.
- Writing Tests: Ensure stability and accuracy of the code by adding tests.
- Coding: Work on open issues or submit ideas for features.
- Install Flutter: Flutter Installation Guide
- Firebase account and access to a Firebase project: Firebase Setup Guide
git clone https://github.com/rshrc/Words625.git
cd words625
Run the following command to install necessary dependencies:
flutter pub get
- Set up Firebase for Android and iOS platforms as per the Firebase documentation.
- Add the
google-services.json
(for Android) andGoogleService-Info.plist
(for iOS) files to the respective directories.
flutter run
You should now see Words625 running on your device or emulator.
- Follow Flutter best practices and use Dart's recommended style.
- Write clear, modular code with proper comments.
- Adhere to Firebase integration standards for data storage, retrieval, and security.
- Write unit tests wherever possible, particularly for key features.
We use the flutter_lints
package for consistent code styling. Before committing your code, please format it by running:
flutter format .
Update any relevant documentation in the docs/
folder and ensure that new features or changes are well-documented.
- Use clear, descriptive commit messages.
- Follow the convention:
[scope]: Description
- Examples:
feat: Add new Kannada lessons module
fix: Correct scoring system bug
- Examples:
- Fork the repository and create a new branch with a descriptive name:
git checkout -b feature/your-feature-name
- Make your changes and commit them, ensuring to follow the guidelines.
- Push your branch to your forked repository.
- Create a pull request (PR) to the main repository. Include a detailed description of your changes.
- One or more team members will review your PR.
- Please be responsive to feedback and make necessary changes promptly.
- If your PR addresses an existing issue, link it in your PR description.
- Feature Requests: Check if the feature is already requested in the Issues section. If not, open a new issue describing the feature and why it’s valuable.
- Bug Reports: Provide a detailed description of the bug, steps to reproduce it, and any relevant error messages or screenshots.
For major contributions or discussions, reach out to the maintainers at [[email protected]].
We’re excited to have you contribute to Words625 and help make language learning more accessible! Thank you for your interest and support.
By following these guidelines, you’ll help us maintain the quality and reliability of Words625 for all users. Let’s make learning languages more engaging together!