-
Notifications
You must be signed in to change notification settings - Fork 71
Description
During apache/cordova-docs#911 by @brodybits I noticed that our previous rules and guidelines for changelogs don't work any more:
apache/cordova-docs#911 (comment):
Some of the changelog items link to PRs, some to items.
When JIRA was a thing, they all linked to the issue they fixed. Now we don't always have issues, and it is not really defined how to handle this. In my opinion it makes sense to link all to the PR, as the PR usually includes a link to the issue it closes. Agree? Or issue and PR both in a specific way?
A proper "Squash and merge" commit message for example includes the PR number in the commit message:
cordova-android 7.1.3 blog post (#911)(for this PR). Maybe we should use this template, link the#911to the PR and add an issue in front if available?
@brodybits replied:
apache/cordova-docs#911 (comment)
In my opinion it makes sense to link all to the PR, as the PR usually includes a link to the issue it closes.
I'm fine to do it that way for now, would like to see feedback from others.
A proper "Squash and merge" commit message for example includes the PR number in the commit message:
cordova-android 7.1.3 blog post (#911)(for this PR). Maybe we should use this template, link the#911to the PR and add an issue in front if available?
departure from convention of using CB-??? or GH-??? that I saw elsewhere, looks like this came from Apache convention
just using
#???is not so good since we have a toolset with quite a few different repos. I would favor something likeapache/cordova-android#550to refer to PR#550oncordova-android, like how GItHub references issues & PRs.moving the reference from the beginning to the end is yet another departure
We can continue the discussion here now.