Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 283 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 283 Bytes

欢迎各种形式的贡献 ☀️

  1. Fork到自己的仓库

  2. 下载代码

git clone https://github.com/{Your Name}/dicom-standard-chinese.git
  1. 本地修改

  2. 提交修改

git add .
git commit -m "add new feature"
git push
  1. 提交PR

  2. 等待审核