Changes between Version 3 and Version 4 of SummerOfCodeGuidelines


Ignore:
Timestamp:
May 8, 2017, 7:47:36 PM (7 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Subversion is dead, long live Git!

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCodeGuidelines

    v3 v4  
    77
    88'''Commit early, commit often''' is a common phrase in Open Source development. In our case, we want you to show your work as early as possible.
    9   * Be honest about your version control experience. No problem if you need an introduction to Subversion, we will arrange that.
     9  * Be honest about your version control experience. No problem if you need an introduction to Git, we will arrange that.
    1010  * We will give you a branch to work on and expect bite-sized commits for easy review. This helps to give you feedback and it is also important to identify potential problems with your design at an early stage.
    1111  * Please do not work the whole day and then push everything out in a single ''code bomb''. Instead, every commit should be self-contained to one task only which should be summarized in the log message.