You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
489 B
489 B
Checklist:
- The change is trivial (if not, I filed an issue first)
- The change is split into atomic commits
- Commits have messages adhering to these conventions
- The change is documented (if needed)
- The change is tested (if needed)
- The change passes the specs (
make spec
) - The change passes ESLint checks (
make lint
)