Welcome to the Proview - Moodle (local-proview) Plugin project! We appreciate your interest in contributing. This document outlines the guidelines for contributing to this project. By participating, you agree to follow these guidelines and contribute in a positive and respectful manner.
You can contribute to the Proview - Moodle (local-proview) Plugin in the following ways:
- Reporting issues or bugs on the Issue tracker
- Suggesting new features or enhancements
- Improving documentation
- Writing code improvements or fixes
- Reviewing and providing feedback on pull requests
Fork the Plugin repository to your GitHub account by clicking the "Fork" button at the top of the repository page.
Clone your forked repository to your local machine:
git clone https://github.com/talview/moodle-local_proview.git
cd moodle-local_proview
Create a new branch for your changes:
git checkout -b your-feature-branch
Make your desired changes to the codebase.
After making changes, commit them with a descriptive commit message:
git add .
git commit -m "Add a brief description of your changes"
Push your changes to your forked repository:
git push origin your-feature-branch
- Go to the original repository's Pull Requests page.
- Click on "New Pull Request."
- Select your forked repository and the branch with your changes.
- Provide a descriptive title and detailed description of your pull request.
- Click "Create Pull Request."
Your pull request will be reviewed by project maintainers, and feedback or changes may be requested.
Please note that all contributors are expected to adhere to the Code of Conduct. By participating, you are agreeing to uphold this code of conduct and treat all participants with respect.
Thank you for your interest in contributing to the Talview Proview Moodle (local-proview) Plugin! Your contributions help make this project better.