File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Directory of draft logs to help prepare the upcoming [ CHANGELOG] ( https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md )
22
33Every pull request should add at least one markdown file to this directory.
4- The filename must start with a number, preferably the PR number, followed by one of these:
4+ The filename must start with the PR number, followed by one of these:
551 . ` _fix.md ` to propose a bug fix
662 . ` _add.md ` to propose new features
773 . ` _remove.md ` to propose a feature removal
@@ -21,9 +21,11 @@ which would render
2121
2222> Please start your single-line or multiple lined message with a verb.
2323
24- Each entry must include a link back to the PR in the form shown above:
24+ Each entry must include a link back to its own PR in the form shown above:
2525` [[#1234](https://github.com/plotly/plotly.js/pull/1234)] ` (a link to
2626` /issues/1234 ` is also accepted, since GitHub redirects between the two).
27+ The number in the filename, the ` #1234 ` label, and the URL must all be the
28+ same PR number.
2729
2830### Skipping the draftlog
2931
You can’t perform that action at this time.
0 commit comments