Auto-append PR/Issue ID to all commits #583
Replies: 1 comment
-
That is not true, each commit records its PR (and as we do not allow pushing directly each "new" commit is connected), you can see this in the web-ui and via standard git:
I once suggested to ask JGit/EGit to add support for this in a more convenient way (like the fetch gtihub pull request menu item) but no one cared enough to do so ...
If you feel its missing to mention that in any commiter documentation, please add it, beside from that most things can be found by a websearch with
For me, writing a good commit message is enough, work with any tool, and many other projects seem to be fine with that as well, there is really no need to over complicate this:
|
Beta Was this translation helpful? Give feedback.
-
Summary of the problem:
Now a longer discussion:
Bug 123456 - Some Description
. That is, there was always a bug number in the beginning.#428
is the corresponding PR.One solution will be to restore discipline and require good commit messages from committers
The other solution would be to have GitHub-side scripts to auto-append required information in commit messages
Beta Was this translation helpful? Give feedback.
All reactions