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
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Don't merge PRs that just add another way to do something, like [this one](https
12
12
13
13
WXT is opinionated, if you have questions about what is WXT's opinion or we need to create a new one, create an issue and @ me to discuss.
14
14
15
-
## PRs should be small and targetted
15
+
## PRs should be small and targeted
16
16
17
17
A PR should make one change. They should not make any unrelated changes outside of accomplishing the one thing. This makes PRs easier to review and they get merged more quickly - a win-win for everyone.
18
18
@@ -42,6 +42,8 @@ You don't need to triage bugs if someone doesn't give you enough information. Yo
42
42
43
43
If there's not an easy way to reproduce a bug, you're wasting your time triaging it. Just be mindful of your own time!
44
44
45
+
Here's an example of how to ask for a reproduction: <https://github.com/wxt-dev/wxt/issues/2064#issuecomment-3862579110>. You could be more blunt than this.
46
+
45
47
## Add yourself as a code owner
46
48
47
49
If you want to be responsible for a specific package or directory, add yourself to the [`.github/CODEOWNERS`](https://github.com/wxt-dev/wxt/blob/main/.github/CODEOWNERS) file to get added as a reviewer to PRs automatically. You can also add yourself to the default list to be added as a reviewer on all PRs.
0 commit comments