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: .github/contributing.md
-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
35
35
36
36
Another aspect of it is that large scale stylistic changes result in massive diffs that touch multiple files, adding noise to the git history and makes tracing behavior changes across commits more cumbersome.
37
37
38
-
39
38
### Pull Request Checklist
40
39
41
40
- Vue core has two primary work branches: `main` and `minor`.
Copy file name to clipboardexpand all lines: .github/maintenance.md
+1
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Depending on the type of the PR, different considerations need to be taken into
80
80
- Make sure it doesn't accidentally cause dev-only or compiler-only code branches to be included in the runtime build. Notable case is that some functions in @vue/shared are compiler-only and should not be used in runtime code, e.g. `isHTMLTag` and `isSVGTag`.
81
81
82
82
- Performance
83
+
83
84
- Be careful about code changes in "hot paths", in particular the Virtual DOM renderer (`runtime-core/src/renderer.ts`) and component instantiation code.
0 commit comments