Skip to content

Commit

Permalink
Merge pull request #186 from dholbach/move-contributor-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Oct 26, 2021
2 parents 931513a + 3acb97f commit f4f4f0a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 72 deletions.
72 changes: 0 additions & 72 deletions CONTRIBUTING.md

This file was deleted.

18 changes: 18 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Development

> **Note:** Please take a look at <https://fluxcd.io/docs/contributing/flux/>
> to find out about how to contribute to Flux and how to interact with the
> Flux Development team.
## How to run the test suite

Prerequisites:
* go >= 1.16
* kubebuilder >= 2.3
* kustomize >= 3.1

You can run the unit tests by simply doing

```bash
make test
```

0 comments on commit f4f4f0a

Please sign in to comment.