Skip to content

Commit afaa5c3

Browse files
committed
update contributing guide
1 parent 103b2fd commit afaa5c3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# vue-i18n-jest Contributing Guide
22

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)
69

710
## Issue Reporting Guidelines
811

@@ -20,7 +23,9 @@
2023

2124
## Pull Request Guidelines
2225

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
2429

2530
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
2631

0 commit comments

Comments
 (0)