-
Notifications
You must be signed in to change notification settings - Fork 274
GitHub pull request template #2973
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
Conversation
.github/pull_request_template.md
Outdated
Thank you for your contribution. Please make sure your pull request fulfils all of the below requirements. If you cannot currently tick all the boxes, but would still like to create a PR, then add the label "work in progress" and assign the PR to yourself. | ||
---> | ||
|
||
- [ ] Each commit message has a non-empty body, answering the "Why?" question. |
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.
"...explaining why the change was made"?
.github/pull_request_template.md
Outdated
---> | ||
|
||
- [ ] Each commit message has a non-empty body, answering the "Why?" question. | ||
- [ ] My contribution is formatting in line with CODING_STANDARD.md. |
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.
is formatted
.github/pull_request_template.md
Outdated
|
||
- [ ] Each commit message has a non-empty body, answering the "Why?" question. | ||
- [ ] My contribution is formatting in line with CODING_STANDARD.md. | ||
- [ ] Methods or procedures I have added are documented. |
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.
...using Doxygen comments at the definition site (not the declaration)
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.
I have included a reference to CODING_STANDARD.md.
.github/pull_request_template.md
Outdated
- [ ] Each commit message has a non-empty body, answering the "Why?" question. | ||
- [ ] My contribution is formatting in line with CODING_STANDARD.md. | ||
- [ ] Methods or procedures I have added are documented. | ||
- [ ] Regression or unit tests are included, or existing tests cover the modified code. |
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.
(and I say which ones)
The template provides guidance and a check-list to submitters to make sure code reviews can be as efficient as possible.
caf1f5f
to
9a56f42
Compare
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.
This PR failed Diffblue compatibility checks (cbmc commit: caf1f5f).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/85118287
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.
Common spurious failures:
- the cbmc commit has disappeared in the mean time (e.g. in a force-push)
- the author is not in the list of contributors (e.g. first-time contributors).
I am going to merge this once CI passes, despite the TG compatibility check failing: I have no idea why a non-code change should be causing this and thus assume it was broken before already. |
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.
Passed Diffblue compatibility checks (cbmc commit: 9a56f42).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/85120424
The template provides guidance and a check-list to submitters to make sure code
reviews can be as efficient as possible.