File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
20
20
21
21
| Label | Purpose |
22
22
| --------| ---------|
23
- | bug | bug report confirmed by a plotly team member |
24
- | enhancement | planned feature or task |
25
- | community | issue left open for community input and pull requests |
26
- | cleanup | source code cleanup resulting in no enhancement for users |
27
- | duplicate | * self-explanatory* |
28
- | wontfix | * self-explanatory* |
23
+ | ` type: bug ` | bug report confirmed by a plotly team member |
24
+ | ` type: enhancement ` | planned feature or task |
25
+ | ` type: community ` | issue left open for community input and pull requests |
26
+ | ` type: maintenace ` | source code cleanup resulting in no enhancement for users |
27
+ | ` type: duplicate ` | * self-explanatory* |
28
+ | ` type: wontfix ` | * self-explanatory* |
29
+ | ` status: in progress ` | PRs that required some intial feedback but not ready to merge |
30
+ | ` status: reviewable ` | PRs that are completed from the author's perspective |
31
+ | ` status: on hold ` | PRs that are put on hold |
29
32
30
33
### Development
31
34
You can’t perform that action at this time.
0 commit comments