Squash your commitsarrow-up-right to ensure each resulting commit is stable and can be tested.
Include issue numbers in the PR title, e.g. "GH-128. Resolves issue #123".
Follow the Erlang mode for Emacsarrow-up-right indentation, e.g. provided by EDTSarrow-up-right.
Add unit tests for self-contained modules.
Add integration tests as needed.
Document new code.
End all files with a newline
Use the present tense ("Add feature" not "Added feature")
Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
Limit the first line to 72 characters or less
Reference issues and pull requests liberally after the first line
Learn more about writing a good commit messagearrow-up-right.
Last updated 9 months ago
Was this helpful?