But I hear you and when the site goes from landing page to real website we will make sure to have a nice scroll experience for everyone :)
I'd strongly recommend that the developer stop hiding the scrollbar.
Instead of
{
"commit": {
"message_must_be_imperative_tense": true,
"message_must_include_prefix": {
"prefixes": ["feat", "fix", "docs", "refactor"],
"require_after_prefix": " "
}
}
}
Something like: {
"commit": {
"message": {
"imperative": true,
"prefixes": ["feat ", "fix ", "docs ", "refactor "]
}
}
}
[1] http://json-schema.org/latest/json-schema-validation.html> Magically enforce your GitHub contribution guidelines.
Looks pretty non-magical and quite straightforward to me. I even get to set explicit rules. Why the 'magic' branding?
And we love magic ;)
AFAICT, there's nothing to try yet.
indeed.
I tend to have a small set of words I prefix each git commit summary with (Add, Remove, Fix, etc). If I could verify summaries match that pattern that would be awesome.
Also, if it is possible to enforce the guidelines specified in http://tbaggery.com/2008/04/19/a-note-about-git-commit-messa... I'd be so happy.