Skip to content

Commit

Permalink
docs: add issue triaging graph
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 12, 2024
1 parent c28b4c2 commit 40f2a77
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Binary file added .github/issue-workflow-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/issue-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ VITE_NODE_DEPS_MODULE_DIRECTORIES=/node_modules/,/packages/

- Use `pnpm run lint:fix` to format files according to the project guidelines.

## Maintenance Guidelines

> The following section is mostly for maintainers who have commit access, but it's helpful to go through if you intend to make non-trivial contributions to the codebase.
### Issue Triaging Workflow

<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/issue-workflow-dark.png">
<img src="./.github/issue-workflow.png">
</picture>

## Notes on Dependencies

Vitest aims to be lightweight, and this includes being aware of the number of npm dependencies and their size.
Expand Down

0 comments on commit 40f2a77

Please sign in to comment.