Skip to content
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 .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ Thank you!
- [ ] Chore
- [ ] Other (about what?)

### 🧪 Do you need to publish a test version (npm pre-release package)?

<!--
If this change needs to be tested internally through an npm test version, please check the box and add the corresponding label to the PR:
- `release:alpha`: Early verification test version
- `release:beta`: Relatively stable test version
- `release:rc`: Release candidate version close to official release

When the PR is merged into the `test-release` branch with the above label, the test release process will be automatically triggered.
-->

- [ ] No, local verification only
- [ ] Need test release (please ensure appropriate `release:*` label has been added)

### 🔗 Related issue link

<!--
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ VisActor 团队会关注所有的 pull request,我们会 review 以及合并
6. 确保你的代码通过了 lint 检查 `rush lint`. 小贴士: Lint 会在你 git commit 的时候自动运行(通过 Git Hooks)。
7. 运行 `rush compile` 进行 ts 类型检测。

### 如何提交发布 alpha 版本

1. 将你的pr目标分支设置为 `test-release` 分支。

## 开发流程

在你 clone 了 vchart-theme 的代码并且使用 `rush update --full` 安装完依赖后,你还可以运行下面几个常用的命令:
Expand Down