···11# Yōten
2233+**[yoten.app](https://yoten.app)**
44+35A social platform for tracking the essential points of your language learning.
4657Read our [devlogs](https://yoten.leaflet.pub/).
+14
docs/contributing.md
···107107```
108108109109If you're submitting a PR with multiple commits, make sure each one is signed.
110110+111111+## Commit Authoring
112112+113113+To ensure a consistent and clean project history, we use a `.mailmap` file to
114114+consolidate contributions from different email addresses.
115115+116116+If you have committed to this project with multiple emails in the past, or plan
117117+to in the future, please add an entry to the `.mailmap` file in the root of the
118118+repository. This will ensure all your work is correctly attributed to a single
119119+identity.
120120+121121+The format is: `Preferred Name <preferred@email.com> <old@email.com>`
122122+123123+Please include this change in your first pull request.