From fa8ebd994d46e0beb1d73101d54d02bde06f5be6 Mon Sep 17 00:00:00 2001 From: Frej Drejhammar Date: Sat, 8 Feb 2020 15:45:34 +0100 Subject: [PATCH] Add link to what's expected for commit messages to the README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6048399..5c44f05 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,12 @@ Submitting Patches Please use the [issue-tracker](https://github.com/frej/fast-export) at github to report bugs and submit patches. - +Please read +[https://chris.beams.io/posts/git-commit/](https://chris.beams.io/posts/git-commit/) +on how to write a good commit message before submitting a pull request +for review. Although the article recommends at most 50 characters for +the subject, up to 72 characters are frequently accepted for +fast-export. Frequent Problems =================