Welcome to the team Bug-Free-Disco
The following repository contains solutions of all homeworks of our team in the course Systems Development and Frameworks - 2020/21.
We are a team of dynamic developpers and are proud to be part of global open source coummunity.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b origin/exercice-0
) - Stage/Add your changes (
git add .
) - Commit your Changes (
git commit -m 'Add some features to exercice-0'
) - Push to the Branch (
git push origin origin/exercice-0
) - Open a Pull Request
You can also have a look on the community checklist to get inspiration:
You have to create a feature branch first, commit your code and push it to your copy of the homework repository. Then create a pull request with your feature branch as the target branch and request a review from your teachers.
Make sure that you watch the original homework repository. That's where we update exercise descriptions. Keep your own copy up-to-date by merging in new commits of the original repository.
Do not submit lengthy pull request. Pull requests with a large diff
in
Files changed
tab are difficult to review. If you want to get good feedback on
your pull requests, don't push unrelated changes.