Shall the issue number be mentioned in commit title?
See original GitHub issueIn #229 IDE specific configuration files / support for specific IDE features are discussed. One of them are clickable issue/PR links inside IDEAs git history. As long as there is no build-in functionality for that provided by IDEA itself, we decided to provide an intermediate solution (see discussion in #229 and PR in #262).
To make use of this feature, we would have to decide to mention the issue and or PR number inside the header line of commits, so they show up in history. This was done sometimes in Pioneer history, but in the later time it was not done by purpose.
@nicolaiparlog Can you write down why? I remember that you phrases this out some months ago on stream, but I can’t remember the cause - I think it was something about less space for title message due the needed characters for the issue
Regardless of the outcome of this discussion it should be placed inside the CONTRIBUTING.md
file. There is already a section in it about writing the “final” commit, but there are not information about the title of those commits.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
although it seems to be useful, the interesting part to mention is, that the issue link navigation not only applies to the header, but everywhere the git commit message is parsed:
and so on. So the git commit title is definitely useful, and makes it easier to navigate.
#273 was merged, so closing this issue