diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 03:27:19 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-26 03:27:19 +0900 |
| commit | 110ae539b82f1dc19c625e8089a0e69f1f4fed1b (patch) | |
| tree | 55908b7070e9f941a73d66bc4ecd8ef52a760175 | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-110ae539b82f1dc19c625e8089a0e69f1f4fed1b.tar.gz sharkey-110ae539b82f1dc19c625e8089a0e69f1f4fed1b.tar.bz2 sharkey-110ae539b82f1dc19c625e8089a0e69f1f4fed1b.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f10184289..27f5598a66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,8 +87,9 @@ Configuration files are located in [`/.github/workflows`](/.github/workflows). ## Vue Misskey uses Vue(v3) as its front-end framework. -**When creating a new component, please use the Composition API (with [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref sugar](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.** -Some of the existing components are implemented in the Options API, but it is an old implementation. Refactors that migrate those components to the Composition API are also welcome. +- Use TypeScript. +- **When creating a new component, please use the Composition API (with [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref sugar](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.** + - Some of the existing components are implemented in the Options API, but it is an old implementation. Refactors that migrate those components to the Composition API are also welcome. ## Notes ### How to resolve conflictions occurred at yarn.lock? |