Description
README/CONTRIBUTING.md
could use some updating
### Using Git appropriately
1. Fork the repository to your GitHub account.
2. Optionally create a **topical branch**, a branch whose name is succinct but explains what you're doing, such as "feature/add-new-lines".
3. Make your changes, committing at logical breaks.
4. Push your work to your personal account.
5. [Create a pull request](https://help.github.com/articles/using-pull-requests).
6. Watch for comments or acceptance.
Is creating a branch optional or desired? I got the impression it was desired, so shouldn't it be
2. Create a **topical branch**, ... "
3. Make your changes, committing at logical breaks
I'm guessing that logical breaks
means different things to different people. like maybe I'm all done editing so commit.
3. Make your changes, test, and commit when you're happy with the results.
is what I've been doing. When do you commit? or maybe better, when do you recommend committing?
Take a look at #717
Assuming there is agreement to update CONTRIBUTING.md - do I make the changes in my doc-nits branch & do another pull request or am I supposed to make another branch?
4. Push your work to your personal account.
What personal account??? My github acount from step 1?
Yeah, I know, synonyms are recommended to break the monotony in prose, but synonyms are discouraged for technical documentation where clarity is paramount.
Isn't there a step between 1 & 2 - clone the fork from your personal github account to your computer?
yeah, that's probably considered obvious. But I'm not a programmer & I don't know git, so my background knowledge is pretty much non-existent. It'd be nice if you flattened out the learning curve for newbies