Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/master/contributing #107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# How to Contribute
This is an Open Source effort and contributions are welcome to keep the Project alive and current! To make things easy, please use the following guidelines for making contributions:

- Fork the repository on GitHub and clone (replace YOUR-USERNAME with your
GitHub username):

```
git clone https://github.com/YOUR-USERNAME/go
```

- cd into the directory and create a topic branch from master (replace MY-CONTRIBUTION with an appropriate title):

```
cd go
git checkout -b MY-CONTRIBUTION master
```

- Work, commit often and write clear commit messages
- Push your changes to your fork of the repository:

```
git push
```

- Submit a Pull Request
- Repeat (i.e., make another contribution)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,6 @@ Non-Open-Source books, courses, and resources are noted with ```$```.

## Contribute

Please Contribute -- **this is Open Source!**
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines!

[Follow me on Twitter @clarecorthell](http://bit.ly/clarecorthelltwitter)