For the smallest browser-only contribution:
micro-contribution.Closes #ISSUE_NUMBER.No Moodle installation, PHP setup or local clone is needed for these tasks.
A star is appreciated if the project is useful to you, but it is never required for review or merge.
See community/micro-contributions/README.md for the content rules.
Welcome to AI Skill Navigator.
This guide is designed for people making their first open-source contribution. You do not need to be an expert in Moodle, PHP, JavaScript, AI, or Git.
The maintainer workflow does not automatically verify stars. Pull Requests are reviewed on the submitted change.
Some documentation, translation, and Flashcards content tasks can be completed from GitHub without installing Moodle.
Use the Fork button on GitHub.
git clone https://github.com/YOUR_USERNAME/moodle-ai-skill-navigator.git
cd moodle-ai-skill-navigator
git checkout -b fix/short-description
Keep the change focused on the selected issue.
php -l path/to/changed-file.php
node --check path/to/changed-file.js
See CONTRIBUTING.md for the full repository validation commands.
git add .
git commit -m "fix: short description"
git push -u origin HEAD
Open a Pull Request and include:
Closes #ISSUE_NUMBER
Small beginner Pull Requests should be reviewed quickly when possible.