@ka1do/tools
Version:
Kaido Team Tools
29 lines (13 loc) • 302 B
Markdown
# 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