-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comma added to line 54 of Writing_Linter_Bears.rst #6002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tab1tha , the changes look good but please follow the Commit Guidelines and amend your commit message, indicating which file is being changed, and also add a commit body.
Hi, I think you may refer to https://api.coala.io/en/latest/Developers/Writing_Good_Commits.html and change your commit message ;) |
Comment on 6e2393c. Shortlog of the HEAD commit contains 73 character(s). This is 23 character(s) longer than the limit (73 > 50). Origin: GitCommitBear, Section: |
Comment on 6e2393c. Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*) Origin: GitCommitBear, Section: |
Comment on 73d2136. Shortlog of the HEAD commit contains 52 character(s). This is 2 character(s) longer than the limit (52 > 50). Origin: GitCommitBear, Section: |
Comment on 73d2136. Body of HEAD commit contains too long lines. Commit body lines should not exceed 72 characters. Origin: GitCommitBear, Section: |
@tab1tha You have multiple commits, squash them into one. Also follow the commit guidelines properly. After creating a commit, just run |
Comment on 3543c7d. Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*) Origin: GitCommitBear, Section: |
Comment on 5f62e93. Shortlog of HEAD commit does not match given regex: ([^:]|[^:]+[^ ]: [A-Z0-9].*) Origin: GitCommitBear, Section: |
@abhishalya Please help.I do not know why it isstill failing.Should I remove the underscores from the file name? |
Comma added at line 54,before pylint,for fluency Closes #5943
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change your commit message, comma added -> add comma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't open PRs unless you are assigned on an issue. Please ask on issue or gitter to get yourself assigned on it!
Since you have opened PR now, don't close it! But take care from next time 😇
Please rebase your commit on top of master and re-push. |
I think the PR can be closed since the head fork repository has been deleted. |
Closing as the PR was abandoned. |
This PR closes #5943
For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!
Checklist
them.
individually. It is not sufficient to have "fixup commits" on your PR,
our bot will still report the issues for the previous commit.) You will
likely receive a lot of bot comments and build failures if coala does not
pass on every single commit!
After you submit your pull request, DO NOT click the 'Update Branch' button.
When asked for a rebase, consult coala.io/rebase
instead.
Please consider helping us by reviewing other peoples pull requests as well:
corobo mark wip <URL>
to get it outof the review queue.
The more you review, the more your score will grow at coala.io and we will
review your PRs faster!