+1
.mailmap
+1
.mailmap
···
1
+
brookjeynes <me@brookjeynes.dev> <jeynesbrook@gmail.com>
+2
README.md
+2
README.md
+14
docs/contributing.md
+14
docs/contributing.md
···
107
107
```
108
108
109
109
If you're submitting a PR with multiple commits, make sure each one is signed.
110
+
111
+
## Commit Authoring
112
+
113
+
To ensure a consistent and clean project history, we use a `.mailmap` file to
114
+
consolidate contributions from different email addresses.
115
+
116
+
If you have committed to this project with multiple emails in the past, or plan
117
+
to in the future, please add an entry to the `.mailmap` file in the root of the
118
+
repository. This will ensure all your work is correctly attributed to a single
119
+
identity.
120
+
121
+
The format is: `Preferred Name <preferred@email.com> <old@email.com>`
122
+
123
+
Please include this change in your first pull request.