An Anki deck containing cards to study for the Software Engineering (Softwaretechnik) lecture of Ulm University.
⁙ SE.apkg | ||
README.md |
Software Engineering Anki Cards
Anki cards for the Software Engineering lecture of Ulm University. It was created during the 2020/2021 lecture by Thomas Thüm.
How to use
- Download Anki here or via package manager
(e.g.
choco install -y anki
for windows using chocolatey) - Import the deck into Anki (
File
->Import
-> choose⁙ SE.apkg
-> profit) - Optional: Install Anki Image Occlusion plugin (In the Anki GUI, navigate to
Anki
->Tools
->Add-ons
->Get Add-ons
-> Enter1374772155
as code)
How to contribute
Found an error? Want to add some cards? Contributions are always welcome. There are two major ways to contribute:
- Open an issue if you found a problem
- Open a Pull Request if you added or changed some cards. To do that:
How to edit
- Make changes to cards
- Export the deck as an
.apkg
file - Push the changed deck to a new branch in the repository (
git checkout -b fancychanges
,git push -u origin fancychanges
) - Open a Pull Request describing your changes
Contributions
- Yannik Bretschneider: Initial deck
- Maxim Switenko: Cards for Scrum and Waterfall model