Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 2.26 KB

CONTRIBUTION.md

File metadata and controls

70 lines (39 loc) · 2.26 KB

Virtuo Learn Contribution Guidelines

Thank you for considering contributing to Virtuo Learn! We welcome contributions from the community to enhance the learning experience for our users.

How to Contribute

We appreciate all kinds of contributions, whether it's reporting issues, suggesting enhancements, or contributing code. Here's how you can get involved:

Reporting Issues

If you come across any bugs, issues, or have suggestions for improvements, please feel free to open an issue on our GitHub repository. Make sure to provide detailed information about the problem or suggestion.

Submitting Pull Requests

We encourage the community to submit pull requests with enhancements or fixes. To contribute code, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your forked repository to your local machine.

   git clone https://github.com/your-username/repository-name.git
  1. Create a new branch for your changes.
git checkout -b feature/your-feature 
  1. Make your changes and commit them with a clear and concise commit message.
git commit -m "Add your message here"
  1. Push your changes to your fork on GitHub.
git push origin feature/your-feature
  1. Open a pull request on the main repository with a detailed description of your changes.

Coding Guidelines

When contributing code, please adhere to the coding guidelines and best practices:

  • Write clear and concise code with appropriate comments.
  • Test your changes thoroughly before submitting a pull request.

Types of Contributions

  1. Feature Requests If you have ideas for new features or improvements, please open an issue on GitHub to discuss it with the community and the maintainers.

  2. Documentation Help us improve our documentation by fixing typos, adding examples, or providing better explanations. Documentation changes can be submitted through pull requests.

  3. Translations If you are fluent in multiple languages, you can contribute by translating the platform into different languages. Follow the same pull request process mentioned above for translations.

Contact

If you have any questions or need further assistance, you can contact us at [email protected].