Skip to content

Commit 3ae044c

Browse files
committed
move contributing guide to github meta directory
1 parent cf71bcb commit 3ae044c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- For simple beginner questions, you can get quick answers from [`#vue-i18n` channel of Discord](https://chat.vuejs.org/)
1212

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.
1414

1515
- 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.
1616

@@ -24,7 +24,7 @@
2424

2525
- 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.**
2626

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.
2828

2929
- Work in the `src` folder and **DO NOT** checkin `dist` in the commits.
3030

@@ -42,11 +42,11 @@
4242

4343
### Work Step Example
4444
- 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`
4646
- Add codes and pass tests !
4747
- Commit your changes: `git commit -am 'Add some topic'`
4848
- 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 !
5050

5151
## Development Setup
5252

0 commit comments

Comments
 (0)