[meta] fix typo in README

This commit is contained in:
Riesi 2023-05-12 19:26:46 +02:00 committed by GitHub
parent 972e0dbd07
commit 582eff0b94
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CC-BY 4.0: https://github.com/Riesi/frog_emojis/blob/master/LICENSE-GRAPHICS
## Contributing
When submitting PRs keep the following in mind please:
- only submit SVGs. PNGs will be automatically generated by a maintiner after a merged PR.
- only submit SVGs. PNGs will be automatically generated by a maintainer after a merged PR.
- use the following naming scheme: verb/adjective+Frog+Object+Differential with camelCase. For example, `sleepyFrogFamilyTkg` for an emoji with a sleepy frog family, which is differentiated from a sleepy frog family, by including Tkg.
- should you submit an emoji that has a clear emoji mapping to it, please prefix it with `U[unicodeChracter]-`. For example, `U1f35e-frogBread`.
- should you be on Windows and case sensitivity seems to commit wrong, run the following command in the git repo: `git config core.ignorecase false`