We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Contributing Section

A "contributing" section helps the reader understand how they can contribute, or more likely in your case, how they can build and run your project for local development.

If a hiring manager is super interested in your project, they might want to pull it down and play with it, and you want to make that as easy as possible for them. For example:

## 🤝 Contributing

### Clone the repo

```bash
git clone https://github.com/xyz/zipzod@latest
cd zipzod
```

### Build the compiled binary

```bash
go build
```

### Run the test suite

```bash
go test ./...
```

### Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the `main` branch.

Some Examples of Good READMEs

Assignment

Submit the GitHub checks.