|
121 | 121 |
|
122 | 122 | If you choose to contribute via GitHub, you may want to look at |
123 | 123 | [How to Contribute to an Open Source Project on GitHub][how-contribute]. |
124 | | -A published copy of the lesson is available in the `gh-pages` branch of the master repository. |
125 | | -Before starting work, please make sure your clone of the master `gh-pages` branch is up-to-date |
126 | | -and create your own revision-specific branch(es) from there. |
127 | | -Please only work on your newly-created branch(es) and *not* |
128 | | -your clone of the master `gh-pages` branch. |
129 | | -To manage changes, we follow [GitHub flow][github-flow]. Using the web interface: |
| 124 | +To manage changes, we follow [GitHub flow][github-flow]. |
| 125 | +Each lesson has two maintainers who review issues and pull requests or encourage others to do so. |
| 126 | +The maintainers are community volunteers and have final say over what gets merged into the lesson. |
| 127 | +To use the web interface for contributing to a lesson: |
130 | 128 |
|
131 | 129 | 1. Fork the master repository to your GitHub profile. |
132 | 130 | 2. Within your version of the forked repository, move to the `gh-pages` branch and |
|
139 | 137 | repository and the pull requests will update automatically. |
140 | 138 | 7. Repeat as needed until all feedback has been addressed. |
141 | 139 |
|
142 | | -Each lesson has two maintainers who review issues and pull requests or encourage others to do so. |
143 | | -The maintainers are community volunteers and have final say over what gets merged into the lesson. |
| 140 | +When starting work, please make sure your clone of the master `gh-pages` branch is up-to-date |
| 141 | +before creating your own revision-specific branch(es) from there. |
| 142 | +Additionally, please only work from your newly-created branch(es) and *not* |
| 143 | +your clone of the master `gh-pages` branch. |
| 144 | +Lastly, published copies of all the lessons are available in the `gh-pages` branch of the master |
| 145 | +repository for reference while revising. |
144 | 146 |
|
145 | 147 | ## Other Resources |
146 | 148 |
|
|
0 commit comments