# Kaido Interns

# How to apply


1. Fork https://github.com/maxkaido/kaido-interns

2. Create a candidate file
```

git clone <fork-repo>

git checkout -b alice-smith

touch alice-smith.md

git add -A

git commit -m 'add a new intern'

git push -u origin alice-smith

```

3. Create a pull request



