Skip to content

Commit

Permalink
As part of fluxcd/.github#4, create DEVELOPMENT.md
Browse files Browse the repository at this point in the history
	Will link to this doc from fluxcd.io/contributing
	so new folks can find this easily.

Signed-off-by: Daniel Holbach <[email protected]>
  • Loading branch information
Daniel Holbach committed Oct 26, 2021
1 parent 931513a commit 3acb97f
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 3acb97f

Please sign in to comment.