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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
- For simple beginner questions, you can get quick answers from [`#vue-i18n` channel of Discord](https://chat.vuejs.org/)
12
12
13
-
- Try to search for your issue, it may have already been answered or even fixed in the development branch.
13
+
- Try to search for your issue, it may have already been answered or even fixed in the master branch.
14
14
15
15
- Check if the issue is reproducible with the latest stable version of vue-i18n-extensions. If you are using a pre-release, please indicate the specific version you are using.
16
16
@@ -24,7 +24,7 @@
24
24
25
25
- The `master` branch is basically just a snapshot of the latest stable release. All development should be done in dedicated branches. **Do not submit PRs against the `master` branch.**
26
26
27
-
- Checkout a topic branch from the relevant branch, e.g. `dev`, and merge back against that branch.
27
+
- Checkout a topic branch from the relevant branch, e.g. `master`, and merge back against that branch.
28
28
29
29
- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
30
30
@@ -42,11 +42,11 @@
42
42
43
43
### Work Step Example
44
44
- Fork the repository from [kazupon/vue-i18n-extensions](https://github.com/kazupon/vue-i18n-extensions) !
45
-
- Create your topic branch from `dev`: `git branch my-new-topic origin/dev`
45
+
- Create your topic branch from `master`: `git branch my-new-topic origin/master`
46
46
- Add codes and pass tests !
47
47
- Commit your changes: `git commit -am 'Add some topic'`
48
48
- Push to the branch: `git push origin my-new-topic`
49
-
- Submit a pull request to `dev` branch of `kazupon/vue-i18n-extensions` repository !
49
+
- Submit a pull request to `master` branch of `kazupon/vue-i18n-extensions` repository !
0 commit comments