Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.9 KB

Contribution.md

File metadata and controls

60 lines (37 loc) · 1.9 KB

Contributing to Learnify

Thank you for your interest in contributing to Learnify! We welcome contributions from the community to help improve the project. Please take a moment to review this document to understand how you can contribute.

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/your-username/learnify.git
  3. Create a new branch for your contribution:

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

    git add .
    git commit -m "Brief description of your changes"
  5. Push your changes to your fork:

    git push origin feature/your-feature-name
  6. Open a pull request (PR) against the main branch of the original repository. Please provide a clear title and description for your PR.

  7. Wait for maintainers to review your PR. Make any requested changes if needed.

Code Guidelines

  • Follow the coding style and conventions used in the project.
  • Write clear and concise commit messages.
  • Ensure that your code is well-documented.

Reporting Issues

If you encounter any bugs, issues, or have feature requests, please open an issue on GitHub. Provide detailed information about the problem or feature request to help us understand and address it.

Community Guidelines

  • Be respectful and considerate of others' opinions and contributions.
  • Avoid spam, offensive language, or any form of harassment.

License

By contributing to Learnify, you agree that your contributions will be licensed under the project's LICENSE.

Thank you for your contribution!


Note: This contribution guide is based on Contributor Covenant and adapted to suit the project's needs.