Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): add Milestones #46

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ pnpm build:alpha or build:prod

```

## Milestones

```mermaid
gantt
dateFormat YYYY-MM-DD
axisFormat %Y-%m-%d

1.0.0-beta.x version :active,2023-09-25, 2024-03-31
1.0.0-rc version : 2024-04-01, 2024-06-30
1.0.0 version : 2024-07-01, 2024-07-31

```


## 🤝 Participation and Contribution

If you are interested in our open source project, please join us! 🎉
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ pnpm build:alpha or build:prod

```

## Milestones

```mermaid
gantt
dateFormat YYYY-MM-DD
axisFormat %Y-%m-%d

1.0.0-beta.x version :active,2023-09-25, 2024-03-31
1.0.0-rc version : 2024-04-01, 2024-06-30
1.0.0 version : 2024-07-01, 2024-07-31

```

## 🤝 Participation and Contribution

If you are interested in our open source project, please join us! 🎉
Expand Down
13 changes: 13 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ pnpm run build:alpha 或 build:prod

```

## 里程碑

```mermaid
gantt
dateFormat YYYY-MM-DD
axisFormat %Y-%m-%d

1.0.0-beta.x version :active,2023-09-25, 2024-03-31
1.0.0-rc version : 2024-04-01, 2024-06-30
1.0.0 version : 2024-07-01, 2024-07-31

```

## 🤝 参与贡献

如果你对我们的开源项目感兴趣,欢迎加入我们!🎉
Expand Down