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
## Directory of draft logs to help prepare the upcoming [CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
2
+
3
+
It is required that the PR contributors start the filename with a number.
4
+
This number should preferably be the PR number.
5
+
The number of issue they are trying to close could also be used.
6
+
The markdown file should end with one of the followings:
7
+
1.`_fix.md` to propose a bug fix
8
+
2.`_add.md` to propose new features
9
+
3.`_remove.md` to propose a feature removal
10
+
4.`_change.md` to propose a minor/major change
11
+
5.`_deprecate.md` to propose a feature deprecate
12
+
13
+
### Example filename and content for PR numbered 5546 for adding a new feature
14
+
- filename: `5546_add.md`
15
+
- content:
16
+
```
17
+
- Add `icicle` trace type [[#5546](https://github.com/plotly/plotly.js/pull/5546)]
18
+
```
19
+
which would render
20
+
- Add `icicle` trace type [[#5546](https://github.com/plotly/plotly.js/pull/5546)]
21
+
22
+
> 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.
0 commit comments