Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Chore
about: Track maintenance work for plotly.js (dependency bumps, build/CI, internal refactors, docs)
title: "[CHORE]: "
labels: "chore,plotly-internal"

---
<!--
Instructions (remove this section before submitting issue)

Thanks for your interest in plotly.js!

- Use this template for maintenance work that does not change end-user behavior: dependency updates, build pipeline changes, CI/CD adjustments, internal refactors, lint/format/typing cleanup, or documentation updates.
- For user-facing bugs use the **Bug report** template, and for new functionality use the **Feature request** template.
- Before opening a new chore, please search for existing and closed issues to avoid duplicates.
- Comments should add content to the discussion. Approbation comments such as *+1* will be deleted by the maintainers — use [GitHub reactions](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments) instead.
-->
Comment on lines +8 to +17

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of this preamble could probably be removed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It mirrors what we have in the other templates, so I'm going to leave it for now.


### Description

<!-- Add a clear description of the update that should be made. -->

### Why should this change be made?

<!-- Provide an argument for why this update should be made. Please consider creating a PR and making the update yourself. Help is always appreciated. -->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Provide an argument for why this update should be made. Please consider creating a PR and making the update yourself. Help is always appreciated. -->
<!-- Provide an argument for why this update should be made. -->


### Scope

<!-- Provide specifics on the changes that need to be made. -->

### Notes

<!-- Add info here that doesn't fit in the other sections. -->
Loading