Replies: 1 comment 2 replies
-
@ShooterIT If you find a specific PR without sufficient information/description, you as a committer can send a request changes review. For some trivial changes like fix a typo or finish a subtasks whose tracking issue is clear defined (migrating tests, fixing clang-clippy linter), it needs not redundant description. The GitHub-provided PULL_REQUEST_TEMPLATE mechanism can always grow too cumbersome to follow. I don't see a good practice for it - finally, most contributors omit it. (If it can support form like issue template, the case may be better, but not today.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found recent PRs only say 'closes #xxx', i don't think it is enough, the issue maybe only describe
why
we should do things or there is a bug. But in the PR, we need to describe not only the problem but also the solution, even the pros and cons, and we should add these informations in comment log.Beta Was this translation helpful? Give feedback.
All reactions