documentation revisions and missing pieces

This commit is contained in:
ruby0x1
2021-04-07 20:54:18 -07:00
parent 0be504832e
commit d38c047a5a
10 changed files with 250 additions and 160 deletions

View File

@ -88,8 +88,7 @@ The basic process is simple:
If there are no failures, you're good to go.
2. **[Fork the repo][fork] so you can change it locally.** Please make your
changes in separate [feature branches][] to make things a little easier on
me.
changes in separate [feature branches][] to make things a little easier.
3. **Change the code.** Please follow the style of the surrounding code. That
basically means `camelCase` names, `{` on the next line, keep within 80
@ -105,8 +104,7 @@ The basic process is simple:
6. **Add your name and email to the [AUTHORS][] file if you haven't already.**
7. **Send a [pull request][].** Pat yourself on the back for contributing to a
fun open source project! I'll take it from here and hopefully we'll get it
landed smoothly.
fun open source project!
## Getting help