Skip to content

Commit

Permalink
Made minor revision to order of information
Browse files Browse the repository at this point in the history
Reorganized description of process for contributing to clarify/increase readability
  • Loading branch information
wclose authored Dec 7, 2017
1 parent 55b723a commit af2df7a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions bin/lesson_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,10 @@
If you choose to contribute via GitHub, you may want to look at
[How to Contribute to an Open Source Project on GitHub][how-contribute].
A published copy of the lesson is available in the `gh-pages` branch of the master repository.
Before starting work, please make sure your clone of the master `gh-pages` branch is up-to-date
and create your own revision-specific branch(es) from there.
Please only work on your newly-created branch(es) and *not*
your clone of the master `gh-pages` branch.
To manage changes, we follow [GitHub flow][github-flow]. Using the web interface:
To manage changes, we follow [GitHub flow][github-flow].
Each lesson has two maintainers who review issues and pull requests or encourage others to do so.
The maintainers are community volunteers and have final say over what gets merged into the lesson.
To use the web interface for contributing to a lesson:
1. Fork the master repository to your GitHub profile.
2. Within your version of the forked repository, move to the `gh-pages` branch and
Expand All @@ -139,8 +137,12 @@
repository and the pull requests will update automatically.
7. Repeat as needed until all feedback has been addressed.
Each lesson has two maintainers who review issues and pull requests or encourage others to do so.
The maintainers are community volunteers and have final say over what gets merged into the lesson.
When starting work, please make sure your clone of the master `gh-pages` branch is up-to-date
before creating your own revision-specific branch(es) from there.
Additionally, please only work from your newly-created branch(es) and *not*
your clone of the master `gh-pages` branch.
Lastly, published copies of all the lessons are available in the `gh-pages` branch of the master
repository for reference while revising.
## Other Resources
Expand Down

0 comments on commit af2df7a

Please sign in to comment.