Thanks for your interest in contributing! Follow these steps to get started.
Click the Fork button at the top right of this page to create your own copy of the repo.
git clone https://github.com/zt4ff/01-edu-audit-scripts.git
cd 01-edu-audit-scriptsUse a short, descriptive name for your branch:
git checkout -b add-quad-checker-scriptEdit the files you want to change. Keep your changes focused. One script or feature per pull request.
git add .
git commit -m "Brief description of what you changed"git push origin add-quad-checker-script- Go to your fork on GitHub
- Click Compare & pull request
- Write a short description of what you changed and why
- Click Create pull request
- Keep pull requests small and focused
- Write clear commit messages
- If you're fixing a bug or adding a feature, mention the related issue (e.g.
Closes #12) - Be respectful, we follow the Contributor Covenant