Te reo vocabulary: Rere
(verb) to fly
(noun) flight.
This is for Code Challenge from CAA of New Zealand, Te Mana Rererangi Tūmatanui o Aotearoa.
docs
: Documentation only changestest
: Adding missing tests or correcting existing testsfeat
: A new featurefix
: A bug fixrefactor
: A code change that neither fixes a bug nor adds a featurestyle
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)perf
: A code change that improves performanceci
: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)build
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)chore
: Other changes that don't modify src or test files.