Contributing to This Wiki¶
We welcome contributions from students! Here's how to help improve this course wiki.
How to Contribute¶
Option 1: Quick Edit (Easiest)¶
- Find a page with an error or something you'd like to improve
- Click the edit icon (pencil) at the top of the page
- Make your changes
- Submit a Pull Request with a brief description
Option 2: Full Contribution¶
- Fork this repository on GitHub
- Clone your fork locally
- Create a branch for your changes:
git checkout -b fix/module-03-typo - Make your changes to the markdown files in
docs/ - Commit with a clear message:
git commit -m "Fix SQL example in module 03" - Push and open a Pull Request
What You Can Contribute¶
- Fix typos or formatting issues
- Add examples (SQL queries, diagrams, explanations)
- Improve explanations of difficult concepts
- Add study tips or mnemonics
- Link to helpful external resources
Guidelines¶
- Keep content accurate and relevant to the course
- Use clear, simple language
- Include code examples in proper markdown code blocks
- Be respectful and constructive
Questions?¶
Open an issue on GitHub or ask in class!
Thank you for helping make this resource better for everyone.