draftlogs/README.md
Every pull request should add at least one markdown file to this directory. The filename must start with a number, preferably the PR number, followed by one of these:
_fix.md to propose a bug fix_add.md to propose new features_remove.md to propose a feature removal_change.md to propose a minor/major change_deprecate.md to propose a feature be deprecatedIf 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.
5546_add.md - Add `icicle` trace type [[#5546](https://github.com/plotly/plotly.js/pull/5546)]
which would render
icicle trace type [#5546]Please start your single-line or multiple lined message with a verb. You could basically use the PR description while providing a link to the PR similar to the above example is appreciated too.