Joined March 2014
·
Achievements
40 Karma
0 Total ProTip Views

Forked
Have a project valued enough to be forked by someone else

Python 3
Have at least three original repos where Python is the dominant language

Charity
Fork and commit to someone's open source project in need

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Do make sure that the filesystem is not mounted with the 'noatime' option. It's a common thing to do on networked filesystems (to cut down on network usage) and SSD devices (to cut down on writes). Some sysadmins/devops may use it to just squeeze every last drop of file I/O performance from the system.