Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kimschles committed Jun 6, 2019
1 parent 8ad223f commit e3c0d53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Polaris is built on top of [controller-runtime](https://github.com/kubernetes-si

We label issues with the ["good first issue" tag](https://github.com/reactiveops/polaris/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) if we believe they'll be a good starting point for new contributors. If you're interested in working on an issue, please start a conversation on that issue, and we can help answer any questions as they come up.


## Setting Up Your Development Environment
### Prerequisites
* A properly configured Golang environment with Go 1.11 or higher
Expand All @@ -29,7 +28,6 @@ We label issues with the ["good first issue" tag](https://github.com/reactiveops
* See the dashboard with `go run main.go --dashboard`, then open http://localhost:8080/
* See the audit data `go run main.go --audit`. This command shows the audit information on the command line.


## Running Tests

The following commands are all required to pass as part of Polaris testing:
Expand Down

0 comments on commit e3c0d53

Please sign in to comment.