Skip to content

SWECC Wiki

Welcome to the wiki for the Software Engineering Career Club at the University of Washington! Here, we share resources, tips, and experiences to help each other succeed in our software engineering careers.

Contributing

This site is in active development – as the landscape of the tech world changes and innovations occur, we'll try our best to keep this site up to date. If you have any suggestions for new content, or if you see something that needs to be updated, please feel free to open an issue or a pull request or let us know!

To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. To run the site locally, install mkdocs, and then install the git-authors plugin. Finally, install the material theme.
    python -m venv venv && source venv/bin/activate
    pip install mkdocs mkdocs-git-authors-plugin mkdocs-material
    
    Once that all is done, run mkdocs serve to start a local server.
  4. Make your changes and commit them with a clear message.
  5. Push your changes to your forked repository, and create a pull request to the main repository.
  6. Wait for feedback and make any necessary changes.

Once your changes are approved, they will be merged into the main repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.