File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# vue-i18n-jest Contributing Guide
2
2
3
- - [ Issue Reporting Guidelines] ( #issue-reporting-guidelines )
4
- - [ Pull Request Guidelines] ( #pull-request-guidelines )
5
- - [ Development Setup] ( #development-setup )
3
+ - [ vue-i18n-jest Contributing Guide] ( #vue-i18n-jest-contributing-guide )
4
+ - [ Issue Reporting Guidelines] ( #issue-reporting-guidelines )
5
+ - [ Pull Request Guidelines] ( #pull-request-guidelines )
6
+ - [ Work Step Example] ( #work-step-example )
7
+ - [ Development Setup] ( #development-setup )
8
+ - [ Commonly used NPM scripts] ( #commonly-used-npm-scripts )
6
9
7
10
## Issue Reporting Guidelines
8
11
20
23
21
24
## Pull Request Guidelines
22
25
23
- - Checkout a topic branch from the ` master ` branch.
26
+ - Checkout a topic branch from the ` master ` or ` maintain-v1 ` branch.
27
+ - ` master ` branch: for Vue 3
28
+ - ` maintain-v1 ` branch: for Vue 2
24
29
25
30
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
26
31
You can’t perform that action at this time.
0 commit comments