Skip to content

Commit f0b3a2a

Browse files
committed
docs: contributing guide
1 parent 6bccf35 commit f0b3a2a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ We are currently focusing on get the basic data visualization working for **Vite
1515

1616
You can check the [TODO list](https://github.com/vitejs/devtools/issues/9) (excluding `hold-off`) if you are interested in helping out.
1717

18-
For the `devtools-webext` package, we plan to use it for dev mode in the future, so no contributions are needed at this time.
18+
## 💡 Contributing Guide
19+
20+
We're really excited that you're interested in contributing to Vite DevTools! Before submitting your contribution, please take a moment to read through the following guidelines:
21+
22+
- For the `devtools-webext` package, we plan to use it for dev mode in the future, so no contributions are needed at this time.
23+
- For any new feature additions, we recommend submitting an issue for discussion and confirmation first.
1924

2025
## 🧑‍💻 Development Guide
2126

packages/devtools/src/app/components/modules/FlatList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defineProps<{
1010
<template>
1111
<div flex="~ col gap-2" p4>
1212
<template v-for="mod of modules" :key="mod">
13-
<!-- TODO: toggle to show detailed list like plugins and time cost -->
13+
<!-- WIP: toggle to show detailed list like plugins and time cost -->
1414
<DisplayModuleId
1515
:id="mod.id"
1616
:session

0 commit comments

Comments
 (0)