Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

41 lines (40 loc) · 1 KB

粵語編程語言鼓勵來自各路程序員嘅貢獻!

代碼貢獻指示與準則

  1. Fork該項目 並克隆
git clone https://github.com/StepfenShawn/Cantonese
  1. 創建 Feature 分支
$ git checkout -b AmazingFeature
  1. 提交改動
$ git commit -m "Add some Amazing Features"
  1. Push 分支
$ git push origin AmazingFeature
  1. Pull Request
  2. 請簡單說明該 PR 在哪方面進行了改進,最好解釋點解寫這個 PR

We really encourage you to contribute to the Cantonese programming language!

Instructions to Contribute to Cantonese Project

  1. Fork the repo:
git clone https://github.com/StepfenShawn/Cantonese
  1. Create your Feature Branch
$ git checkout -b AmazingFeature
  1. Commit your Changes
$ git commit -m "Add some Amazing Features"
  1. Push to the Branch
$ git push origin AmazingFeature
  1. Open a Pull Request
  2. Please briefly demonstrate what changes this PR made, and better explain why you made this PR