

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Portfolio Projects
incomplete
2: How Many Projects?
incomplete
3: README Section
incomplete
4: Description Section
incomplete
5: Motivation Section
incomplete
6: Quick Start Section
incomplete
7: Usage Section
incomplete
8: Contributing Section
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
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.
Submit the GitHub checks.