Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing

## Building

```
make build
```

Builds the `zen` binary with version + commit SHA stamped via ldflags. Or manually:

```
go build -o zen .
```

Verify your build:

```
zen version
```

## Testing

```
make test
```

## Architecture

See [docs/architecture.md](docs/architecture.md) for the daemon design, source-of-truth model, worktree naming conventions, and source tree layout.
Loading
Loading