Thank you for your interest in contributing to KALAM! This document provides guidelines and instructions for contributing.
By participating in this project, you agree to abide by our Code of Conduct. Please be respectful and considerate of others.
- Fork the repository
- Create a branch for your feature or bugfix:
git checkout -b feature/your-feature-name - Make your changes, following the project's coding standards
- Commit your changes with a descriptive commit message
- Push to your fork:
git push origin feature/your-feature-name - Create a Pull Request to the main repository
- Add new vocabulary words
- Provide Quranic examples
- Create new quizzes
- Verify translations
- Improve explanations
- Report bugs
- Suggest new features
- Provide feedback on existing features
- Share your learning experience
- Share KALAM with others
- Write about your experience
- Create tutorials
- Answer questions from other users
-
Clone the repository ``` git clone https://github.com/YOUR-USERNAME/kalam.git cd kalam ```
-
Install dependencies ``` npm install
yarn install ```
-
Run the development server ``` npm run dev
yarn dev ```
-
Open http://localhost:3000 in your browser
- Ensure your code follows the project's coding standards
- Update the README.md with details of changes if appropriate
- The PR should work in development environment
- Your PR will be reviewed by maintainers, who may request changes or provide feedback
- Once approved, your PR will be merged
- Use TypeScript for all new code
- Follow the existing code style
- Write meaningful commit messages
- Add comments for complex logic
- Write tests for new features when possible
If you have any questions, feel free to reach out to the maintainers:
- Rafique - WhatsApp: +91 7558845528
- Joy - Email: joy_ahmed_007@yahoo.com
Thank you for contributing to KALAM! ```
```plaintext file="LICENSE" MIT License
Copyright (c) 2023 KALAM Project Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.