You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
Hey! This is really cool! I had a quick drive-by thought; with the GPG Probot App we've talked about how to fix a failed status. As in, what happens when someone commits without verifying their GPG key?
I think there's a similar situation with the commitlint-bot; if I commit a message that wouldn't pass, and the PR gets a ❌ , maybe you can use the Details pane to suggest ways to fix it. This way, it becomes a way for folks to learn on the spot and not be blocked by something they don't know how to do with Git.
The text was updated successfully, but these errors were encountered:
@JasonEtco I've been thinking for a while on this. As far I know these are the necessary information here:
What is wrong with my messages
I've already included the error messages from commitlint output.
How should it look
This is missing, I need to point them to somewhere where they can find the correct commit format, which I think should be written in the CONTRIBUTING file, or I can just point them to ConventionalCommits website.
How to correct it (Git)
This is also missing part, I think I need to include a link to this GitHub's help page
Hey! This is really cool! I had a quick drive-by thought; with the GPG Probot App we've talked about how to fix a failed status. As in, what happens when someone commits without verifying their GPG key?
I think there's a similar situation with the commitlint-bot; if I commit a message that wouldn't pass, and the PR gets a ❌ , maybe you can use the Details pane to suggest ways to fix it. This way, it becomes a way for folks to learn on the spot and not be blocked by something they don't know how to do with Git.
The text was updated successfully, but these errors were encountered: