Changes between Version 5 and Version 6 of CollaborateOnGithub
- Timestamp:
- Jan 17, 2009, 7:37:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v5 v6 43 43 44 44 1. Create a fork of the automatically updated Django SVN trunk mirror on !GitHub by clicking ''fork'' at http://github.com/django/django/tree/master 45 1. Describe the design of the feature you implement on !GitHub project wiki, list tasks that need tackling so that contributors get a clear overview and pick tasks easily.45 1. Describe the design of the feature you implement on !GitHub project wiki, list tasks that need tackling so that contributors get a clear overview and can pick tasks easily. 46 46 1. Clone the fork to your workstation: 47 47 {{{ … … 66 66 git pull upstream master 67 67 }}} 68 1. When the feature is ready, get in contact with a core developer to integrate your work. 69 70 ==== Managing contributor submissions ==== 71 72 When a contributor feels that his updates are ready to be merged back to lieutenant's repository, he should submit a pull request to the lieutenant (see below). 73 74 When a lieutenant receives a pull request: 68 75 69 76 === Contributor ===