-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
clburlison
commented
Jan 16, 2018
- Add Code of Conduct
- Add Contributing
- Update readme with better setup instructions
.github/CONTRIBUTING.md
Outdated
* `make test` | ||
|
||
|
||
\* *This file was based off work from [Ryan L McIntyre][contributing_ref] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this italicized and remove the leading \*
.github/CODE_OF_CONDUCT.md
Outdated
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [github at clburlison.com][email]. All |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This renders the email incorrectly. Try <github@clburlison.com>
# Contributing Guide | ||
|
||
**Working on your first Pull Request?** You can learn how from this *free* | ||
series [How to Contribute to an Open Source Project on GitHub][First PR] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This renders less than ideal on GH. Make this line not as long.
README.md
Outdated
[**Basic Usage**](#basic-usage) | ||
[**Developers**](#developers) | ||
[**Changelog**](#changelog) | ||
[**License**](#license) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add two spaces after each item so we have line breaks in our TOC.
README.md
Outdated
1. Clone this repo | ||
```bash | ||
export GOPATH=$(go env GOPATH) | ||
PATH=$PATH:${GOPATH}/bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should GOPATH & PATH should be their own bullet point.
```bash | ||
make build-all | ||
``` | ||
1. Copy the correct output file from build/ to a machine and run it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add one more item on running the binary. sudo /path/bakeit
, or on Windows double click.