Initial commit: pokebuddy_cli

This commit is contained in:
Felipe Domingues 2026-04-25 23:14:38 -03:00
commit d58df9bd10
47 changed files with 1684 additions and 0 deletions

19
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,19 @@
## Summary
What changed?
## Type
- [ ] Bug fix
- [ ] Feature
- [ ] Docs
- [ ] Companion / art
- [ ] Refactor
## Checklist
- [ ] I ran `npm test`.
- [ ] I ran `npm run lint`.
- [ ] I updated docs if needed.
- [ ] My contribution is original.
- [ ] I did not include protected third-party assets, names or derivative designs.