Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.55 KB

File metadata and controls

45 lines (27 loc) · 1.55 KB

LeerPlan Logo

Leerplan: Intelligent Study Planning Application

Contributing

We welcome contributions to the Leerplan project! Here's how you can help:

  1. Fork the Repository: Create your own fork of the project on GitHub.

  2. Clone Your Fork: Clone your fork to your local machine.

  3. Create a Branch: Make a new branch for your changes.

git checkout -b feature/your-feature-name
  1. Make Your Changes: Implement your feature or bug fix.

  2. Commit Your Changes: Make sure to write a clear commit message.

git commit -m "Add a brief description of your changes"
  1. Push to Your Fork: Push your changes to your GitHub fork.
git push origin feature/your-feature-name
  1. Open a Pull Request: Go to the original Leerplan repository on GitHub and open a pull request from your fork. Provide a clear description of the changes and any relevant issue numbers.

  2. Code Review: Wait for the maintainers to review your pull request. Make any requested changes.

  3. Merge: Once approved, your pull request will be merged into the main project.

Please ensure your code adheres to the project's coding standards and include tests if applicable. For major changes, please open an issue first to discuss what you would like to change.

Remember to update the documentation as necessary and always write clear, concise commit messages.

Thank you for contributing to Leerplan!