Directory of draft logs to help prepare the upcoming CHANGELOG
Every pull request should add at least one markdown file to this directory. The filename must start with the PR number, followed by one of these:
_fix.mdto propose a bug fix_add.mdto propose new features_remove.mdto propose a feature removal_change.mdto propose a minor/major change_deprecate.mdto propose a feature be deprecated
If your PR falls into more than one category - for example adding a new feature and changing an existing feature - you should include each in a separate file.
- filename:
5546_add.md - content:
- Add `icicle` trace type [[#5546](https://github.com/plotly/plotly.js/pull/5546)]
which would render
- Add
icicletrace type [#5546]
Please start your single-line or multiple lined message with a verb.
Each entry must include a link back to its own PR in the form shown above:
[[#1234](https://github.com/plotly/plotly.js/pull/1234)] (a link to
/issues/1234 is also accepted, since GitHub redirects between the two).
The number in the filename, the #1234 label, and the URL must all be the
same PR number.
A CI check enforces that every pull request adds a new file under
draftlogs/. If your PR genuinely does not warrant a CHANGELOG entry
(e.g. a CI-only change, internal refactor, or docs typo), add the
no-draftlog label to the PR to opt out.