Skip to content

Commit

Permalink
docs(CONTRIBUTING.zh-CN): 修复链接显示异常 (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajweb authored Sep 23, 2022
1 parent 7f1c9f0 commit c4fc8e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 代码贡献规范

有任何疑问,欢迎提交 [issue](https:// github.com/antvis/g2plot/issues),
或者直接修改提交 [PR](https:// github.com/antvis/g2plot/pulls)!
有任何疑问,欢迎提交 [issue](https://github.com/antvis/g2plot/issues)
或者直接修改提交 [PR](https://github.com/antvis/g2plot/pulls)!

## 提交 issue

Expand Down Expand Up @@ -31,7 +31,7 @@ $ git commit -m "fix(role): role.use must xxx"
$ git push origin branch-name
```

提交后就可以在 [g2plot](https:// github.com/antvis/g2plot/pulls) 创建 Pull Request 了。
提交后就可以在 [g2plot](https://github.com/antvis/g2plot/pulls) 创建 Pull Request 了。

由于谁也无法保证过了多久之后还记得多少,为了后期回溯历史的方便,请在提交 MR 时确保提供了以下信息。

Expand All @@ -46,7 +46,7 @@ $ git push origin branch-name

### Commit 提交规范

根据 [angular 规范](https:// github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format)提交 commit,
根据 [angular 规范](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format)提交 commit,
这样 history 看起来更加清晰,还可以自动生成 changelog。

```xml
Expand Down Expand Up @@ -106,7 +106,7 @@ BREAKING CHANGE:
Breaks foo.bar api, foo.baz should be used instead
```

查看具体[文档](https:// docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit)
查看具体[文档](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit)

## 发布管理

Expand Down Expand Up @@ -138,7 +138,7 @@ scale 基于 [semver] 语义化版本号进行发布。

#### 发布时:

- 将老的稳定版本(master)备份到以当前大版本为名字的分支上(例如 `1.x`),并设置 tag 为 {v}.x`( v 为当前版本,例如`1.x`)。
- 将老的稳定版本(master)备份到以当前大版本为名字的分支上(例如 `1.x`),并设置 tag 为 `{v}.x`( v 为当前版本,例如`1.x`)。
- 发布新的稳定版本到 [npm],并通知上层框架进行更新。
- `npm publish` 之前,请先阅读 [『我是如何发布一个 npm 包的』]

Expand Down

0 comments on commit c4fc8e2

Please sign in to comment.