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:
- Fork the repository.
- Create a new branch for your changes.
- To run the site locally, install mkdocs, and then install the git-authors plugin. Finally, install the material theme.
Once that all is done, run
python -m venv venv && source venv/bin/activate pip install mkdocs mkdocs-git-authors-plugin mkdocs-material
mkdocs serve
to start a local server. - Make your changes and commit them with a clear message.
- Push your changes to your forked repository, and create a pull request to the main repository.
- 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.