Skip to content

Commit

Permalink
Add Golang version to contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 8, 2016
1 parent 3b8d22f commit 8f40951
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Please post all questions and issue first on
[https://discuss.elastic.co/c/beats](https://discuss.elastic.co/c/beats)
before opening a Github Issue.

# Contributing to Beats

The Beats are open source and we love to receive contributions from our
Expand Down Expand Up @@ -43,8 +47,13 @@ a working Beat that you'd like to share with others, open a PR to add it to our
list of [community
Beats](https://github.com/tsg/beats-onerepo/blob/master/libbeat/docs/communitybeats.asciidoc).


## Setting up your dev environment

The Beats are Go programs, so install the latest version of
[golang](http://golang.org/) if you don't have it already. The current Go version
used for development is Golang 1.5.2.

The Beats are Go programs, so install the latest version of
[golang](http://golang.org/) if you don't have it already.

Expand Down

0 comments on commit 8f40951

Please sign in to comment.