這份文件講的是git commit的撰寫規範, 方便團隊使用同一個標準溝通.
我在Google Notebook裡面有請AI將這份網頁文件做中文摘要,
標題是: Conventional Commits Specification and Standard Guidelines.
When visiting a repository, README.md is the first file most people see.
Typically, it explains:
- What the project does
- How to install it
- How to use it
It is rendered automatically on the repository's main page.
A good README?
It often includes:
- Usage examples
- Setup instructions
- Links to further docs/contribution guidelines
REF: Learn Git and GitHub
- 讓別人知道你想要別人怎麼引用你的work.
- citation file副檔名是
.cff. - 我在Gemini輔助之下建立了一個
CITATION.cff.