← W1 | 作業

練習作業

請建立至少兩個 GitHub repo,完成以下兩項作業。繳交時請附上對應的連結。

1

Pull Request 練習

在你的 repo 上完成一次完整的 feature branch → Pull Request → merge 流程。

具體要求

  • 從 main 建立一個 feature branch
  • 在 feature branch 上至少做 2 次以上的 commit
  • Push 到 GitHub 後發一個 Pull Request
  • PR 要有標題和描述(說明做了什麼、為什麼要做)
  • Merge 完成

繳交內容

  • 1. Repo 連結(例:github.com/你的帳號/repo-name)
  • 2. Pull Request 連結(例:github.com/.../pull/1)
2

Issue 練習

在你的 repo(可以跟作業一同一個,也可以開另一個)上練習寫 GitHub Issue。

具體要求

  • 至少開 2 個 Issue
  • Issue 要有清楚的標題
  • 內容描述問題或需求(可以是 bug 回報、功能提案、待辦事項)
  • 試著加上 Label(例如 bug、enhancement、documentation)

繳交內容

  • 1. Repo 連結
  • 2. 兩個 Issue 的連結(例:github.com/.../issues/1)