Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackboard/hackboard
An intuitive and polished kanban board.
https://github.com/hackboard/hackboard
Last synced: 18 days ago
JSON representation
An intuitive and polished kanban board.
- Host: GitHub
- URL: https://github.com/hackboard/hackboard
- Owner: hackboard
- License: mit
- Created: 2015-11-30T17:28:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T18:00:06.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T00:44:41.263Z (3 months ago)
- Language: HTML
- Size: 6.82 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackboard - Taipei Tech CSIE SE Project #
## 關於開發流程 ##
1. 接到issue,使用git-flow開新feature,issue name:issue_#xx
1. 開始實作issue/feature的功能 (請將不同的事情分開commit,不要全部集中在同一個commit內)
1. 完成後按下finish current (current state:Feature: issue_#xx),請不要fast forward(不要勾選Rebase)
1. 確定沒問題後,將develop push到origin/develop
## 關於一個Issue 只要一個commit即可解決的狀況 ##當一個Issue只需要一個Commit就可以解決的時候,source tree會進行 fast forward的動作,
所以,當你發現這一個 feature / issue 只要一個commit 就能解決的時候,請在該commit 訊息上
打上 finish issue #xx,這樣我才知道這個commit是解掉哪一個issue。