Changes between Version 20 and Version 21 of CollaborateOnGithub


Ignore:
Timestamp:
Oct 3, 2009, 6:55:09 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CollaborateOnGithub

    v20 v21  
    4444 {{{
    4545$ git --version
    46 git version 1.6.1
    4746 }}}
    4847
     
    5150Go to https://github.com/signup/free and follow the instructions.
    5251
    53 == Work process ==
     52== Collaboration on a large feature ==
    5453
    5554The process should be managed with the '''Dictator and Lieutenants Workflow''', described at http://whygitisbetterthanx.com/#any-workflow.
     
    139138 1. When the feature is ready, send the lieutenant a pull request by clicking ''pull request'' on your forked project's page.
    140139
    141 == Quality assurance ==
     140=== Quality assurance ===
    142141
    143142To assure that the contribution is in par with Django code quality standards, the actual development workflow should be similar to the following:
    144143
    145 === Contributor ===
     144==== Contributor ====
    146145
    147146 1. Implement tests for the features to be added
     
    153152 1. Push your changes to !GitHub
    154153
    155 === Lieutenant ===
     154==== Lieutenant ====
    156155
    157156Specify the API and design of the feature on !GitHub wiki, try to add documentation that specifies the behaviour '''before''' implementation.
     
    164163 1. Push changes to the public code hosting service
    165164 1. Update docs if needed
     165
     166== Working on single tickets ==
Back to Top