diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-06-11 12:19:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 12:19:48 +0900 |
| commit | c122ec2e791c207762b6badc2f4eb671c7fdce61 (patch) | |
| tree | f1e4640cd8b584f90fbb6c1da784b21583a910ee /CONTRIBUTING.md | |
| parent | 12.83.0 (diff) | |
| download | misskey-c122ec2e791c207762b6badc2f4eb671c7fdce61.tar.gz misskey-c122ec2e791c207762b6badc2f4eb671c7fdce61.tar.bz2 misskey-c122ec2e791c207762b6badc2f4eb671c7fdce61.zip | |
Update CONTRIBUTING.md (#7570)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6926ed918f..6dc2e5e226 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,12 +28,7 @@ If your language is not listed in Crowdin, please open an issue.  -## Internationalization (i18n) -Misskey uses the Vue.js plugin [Vue I18n](https://github.com/kazupon/vue-i18n). -Documentation of Vue I18n is available at http://kazupon.github.io/vue-i18n/introduction.html . - ## Documentation -* Documents for contributors are located in [`/docs`](/docs). * Documents for instance admins are located in [`/docs`](/docs). * Documents for end users are located in [`/src/docs`](/src/docs). @@ -41,8 +36,8 @@ Documentation of Vue I18n is available at http://kazupon.github.io/vue-i18n/intr * Test codes are located in [`/test`](/test). ## Continuous integration -Misskey uses CircleCI for executing automated tests. -Configuration files are located in [`/.circleci`](/.circleci). +Misskey uses GitHub Actions for executing automated tests. +Configuration files are located in [`/.github/workflows`](/.github/workflows). ## Adding MisskeyRoom items * Use English for material, object and texture names. |