Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Update from snap-pluginsync 0.1.14 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
katarzyna-z authored and PatrykMatyjasek committed Sep 7, 2017
1 parent 8b909c7 commit 31183b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
16 changes: 7 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ Once you're ready to contribute code back to this repo, start with these steps:

* Fork the appropriate sub-projects that are affected by your change.
* Clone the fork to `$GOPATH/src/github.com/intelsdi-x/`:

```
$ cd "${GOPATH}/src/github.com/intelsdi-x/"
$ git clone https://github.com/intelsdi-x/snap-plugin-collector-disk.git
```
```
$ cd "${GOPATH}/src/github.com/intelsdi-x/"
$ git clone https://github.com/intelsdi-x/snap-plugin-collector-disk.git
```
* Create a topic branch for your change and checkout that branch:
```
$ git checkout -b some-topic-branch
```
```
$ git checkout -b some-topic-branch
```
* Make your changes to the code and add tests to cover contributed code.
* Validate the changes and run the test suite if one is provided.
* Commit your changes and push them to your fork.
Expand Down
1 change: 0 additions & 1 deletion scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ restore_go_dep() {
_dep=$(detect_go_dep)
install_go_dep
restore_go_dep
_go_get github.com/smartystreets/goconvey

0 comments on commit 31183b8

Please sign in to comment.