You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constchangelogInstructions='A changelog entry has the following format: [`[CATEGORY] [TYPE] - Message`](http://facebook.github.io/react-native/docs/contributing#changelog).'
51
65
if(!includesChangelog){
52
-
consttitle=':clipboard: Changelog';
66
+
consttitle=':clipboard: Missing Changelog';
53
67
constidea=
54
-
'This PR appears to be missing Changelog. '+
55
-
'Please add a section called "changelog" and '+
56
-
'format it as explained in the [contributing guidelines](http://facebook.github.io/react-native/docs/contributing#changelog).';
68
+
'Can you add a Changelog? '+
69
+
'To do so, add a "## Changelog" section to your PR description. '+
70
+
changelogInstructions;
71
+
;
57
72
warn(`${title} - <i>${idea}</i>`);
58
73
}elseif(!correctlyFormattedChangelog){
59
-
consttitle=':clipboard: Changelog';
60
-
constidea=
61
-
'This PR may have incorrectly formatted Changelog. Please '+
62
-
'format it as explained in the [contributing guidelines](http://facebook.github.io/react-native/docs/contributing#changelog).';
0 commit comments