DER SPIEGEL Svelte 5 Component Templates
Create a new branch and checkout the branch
git checkout -b new_branch_name
Add component, stage changes, commit and push
git add .
git commit -m 'Add new component xy'
git push
Create a new pull request via the GitHub website and select one of your colleagues to check your addition
Optional: Make changes
The reviewer approves the pull request and the new component is available on the main branch
Example usages of components can be found in the examples directory. New examples can be added without pull request.