Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.82 KB

CONTRIBUTING.md

File metadata and controls

96 lines (66 loc) · 2.82 KB

Contributing to Proview - Moodle (local-proview) Plugin

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.

Table of Contents

How Can You Contribute?

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

Getting Started

Fork the Repository

Fork the Plugin repository to your GitHub account by clicking the "Fork" button at the top of the repository page.

Clone Your Fork

Clone your forked repository to your local machine:

git clone https://github.com/talview/moodle-local_proview.git
cd moodle-local_proview

Making Changes

Create a Branch

Create a new branch for your changes:

git checkout -b your-feature-branch

Make Your Changes

Make your desired changes to the codebase.

Commit Your Changes

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

Push your changes to your forked repository:

git push origin your-feature-branch

Submit a Pull Request

  1. Go to the original repository's Pull Requests page.
  2. Click on "New Pull Request."
  3. Select your forked repository and the branch with your changes.
  4. Provide a descriptive title and detailed description of your pull request.
  5. Click "Create Pull Request."

Your pull request will be reviewed by project maintainers, and feedback or changes may be requested.

Code of Conduct

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.