Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 80248fc

Browse files
committed
Update Contributing.md
1 parent ec86dba commit 80248fc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,25 @@ deno test -A --unstable --location=http://localhost --import-map=./import_map.js
3737
## Project Structure
3838

3939
- **/bundler** bundler for production mode
40-
- **/cli** commands code
41-
- **/compiler** compiler in rust powered by swc
40+
- **/commands** commands code
41+
- **/compiler** the compiler written in rust powered by swc
4242
- **/framework**
43-
- **core** framework core code
43+
- **core** framework core
4444
- **react** framework in React
4545
- **/design** design drawings and assets
4646
- **/examples** examples
47-
- **/plugins** plugins
47+
- **/plugins** official plugins
4848
- **/server** server code
4949
- **/shared** shared code
5050

51+
## Code Style We Followed
52+
53+
- Single quote for string
54+
- No semicolon
55+
- 2 spaces indent
56+
- Types everything
57+
- Order your imports
58+
5159
## Code of Conduct
5260

5361
All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)