Skip to content

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)

  1. Find a page with an error or something you'd like to improve
  2. Click the edit icon (pencil) at the top of the page
  3. Make your changes
  4. Submit a Pull Request with a brief description

Option 2: Full Contribution

  1. Fork this repository on GitHub
  2. Clone your fork locally
  3. Create a branch for your changes: git checkout -b fix/module-03-typo
  4. Make your changes to the markdown files in docs/
  5. Commit with a clear message: git commit -m "Fix SQL example in module 03"
  6. 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.