1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
## 🔤 Polyglot PR
> Description here
<!-- thanks for making a pull request! you are a handsome and kind individual, and you should be proud of your accomplishments -->

## Type of change
- [ ] Docs update (changes to the readme or a site page, no code changes)
- [ ] Ops wrangling (automation or test improvements)
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Sweet release (needs a lot of work and effort)
- [ ] Something else (explain please)
### Checklists
- [ ] If modifying code, at least one test has been added to the suite
|