Skip to content

Commit af2df7a

Browse files
authored
Made minor revision to order of information
Reorganized description of process for contributing to clarify/increase readability
1 parent 55b723a commit af2df7a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

bin/lesson_initialize.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,10 @@
121121
122122
If you choose to contribute via GitHub, you may want to look at
123123
[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:
130128
131129
1. Fork the master repository to your GitHub profile.
132130
2. Within your version of the forked repository, move to the `gh-pages` branch and
@@ -139,8 +137,12 @@
139137
repository and the pull requests will update automatically.
140138
7. Repeat as needed until all feedback has been addressed.
141139
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.
144146
145147
## Other Resources
146148

0 commit comments

Comments
 (0)