Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 1.67 KB

File metadata and controls

79 lines (60 loc) · 1.67 KB

+++ title = "參與我們" linkTitleIcon = '' date = 2021-11-27T19:54:29+08:00 comment = true toc = true reward = true categories = [ ] tags = [ ] series = [ "文檔" ] images = [] aliases = [ "/zh-tw/posts/get-involved" ] navWeight = 1 authors = ["RazonYang"] [menu.main] parent = "support" weight = 5 [menu.main.params] icon = '' [menu.footer] parent = "support" weight = 5 pre = '' +++

我們很樂意傾聽你的意見和反饋,也歡迎你參與進來。

社區

貢獻

歡迎任何貢獻,如檔案、Bug 修復和新功能。

規則

鑒於易於維護的考慮,我們制定了一些規則。

Conventional Commits Specification

請遵循 Conventional Commits Specification

比如:

  • Bug 修復:fix: correct typos
  • 新特性:feat: add the foobar parameter
  • 檔案:docs: document the foobar parameter
  • 樣式:style: change the background color to blue
  • 重建資源:chore: rebuild assets

開發

本主題依賴 npm 和 Hugo Pipes,用於生成資源文件:JS、CSS、字體等。

其源碼放在 assets 目錄。

安裝依賴

$ cd exampleSite
$ npm install

預覽

$ npm run serve