An open API service indexing awesome lists of open source software.

https://github.com/yuokada/dotfiles

.vimrc, zshrc , init.el and etc
https://github.com/yuokada/dotfiles

Last synced: 11 months ago
JSON representation

.vimrc, zshrc , init.el and etc

Awesome Lists containing this project

README

          

# 参考

## Feature

- [Issue and Pull Request templates](https://github.com/blog/2111-issue-and-pull-request-templates "Issue and Pull Request templates")
- [Creating an issue template for your repository - User Documentation](https://help.github.com/articles/creating-an-issue-template-for-your-repository/ "Creating an issue template for your repository - User Documentation")
- [GitHubのIssue・PullRequestのテンプレート機能を試した - Qiita](http://qiita.com/nyamogera/items/3fe6985b45fbd5377184 "GitHubのIssue・PullRequestのテンプレート機能を試した - Qiita")

## Format

- [pull request を利用した開発ワークフロー // Speaker Deck](https://speakerdeck.com/hotchpotch/pull-request-woli-yong-sitakai-fa-wakuhuro "pull request を利用した開発ワークフロー // Speaker Deck")
古いけどこれをベースに。
- [クックパッドの開発プロセス](http://www.slideshare.net/inohiro/github-study "クックパッドの開発プロセス")
上よりも新しいスライド。
http://www.slideshare.net/inohiro/github-study/29
http://www.slideshare.net/inohiro/github-study/34
- [github を用いた開発フロー テンプレート](http://pepabo.github.io/docs/github/workflow.html "github を用いた開発フロー テンプレート")
- [pixiv_dev_flow_sezemi.md](https://gist.github.com/catatsuy/76cb8a83181739277c3b "pixiv_dev_flow_sezemi.md")
- [僕のチームのGitの開発フロー - Mitsuyuki.Shiiba](http://bufferings.hatenablog.com/entry/2016/02/05/010138 "僕のチームのGitの開発フロー - Mitsuyuki.Shiiba")
- [開発者のタスク管理をGitHubで行ったらうまくいった話 | Developers.IO][Developers_io_github]
- [[wip]楽しく仕事をするために試行錯誤しているGitHubの使いかた | Developers.IO][Developers_io_github_wip]
- [開発フロー研修 @ Wantedly - Qiita][qiit_wantedly]
- [複数のエンジニアと開発を円滑に進めるためのissueの立て方 - クックパッド開発者ブログ][cookpad_issue_story]
- http://engineering.crocos.jp/post/98455177675/pull-request-%E3%81%AE%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%83%E3%83%88%E3%82%92%E6%B1%BA%E3%82%81%E3%82%8B%E3%81%A8%E3%83%AC%E3%83%93%E3%83%A5%E3%83%BC%E3%81%AE%E5%8A%B9%E7%8E%87%E3%81%8C3%E5%80%8D%E3%82%88%E3%81%8F%E3%81%AA%E3%82%8B

## 目的

- レビューのコストを下げる
- 1PR 1機能/1修正
- 世の中で通じるエンジニアとして育てる
- 巨大なパッチ(PULL REQUEST)をおくらない
- 効果的なレビューコメント
- [MUST]
- [IMO] - In My Opinion
- [SHOULD]

[Developers_io_github]: http://dev.classmethod.jp/tool/git/github-issue-driven-dev/ "開発者のタスク管理をGitHubで行ったらうまくいった話 | Developers.IO"
[qiit_wantedly]: http://qiita.com/awakia/items/c571e93e96a1ec28044f#%E6%A8%99%E6%BA%96%E7%9A%84%E3%81%AA%E3%83%95%E3%83%AD%E3%83%BC "開発フロー研修 @ Wantedly - Qiita"
[Developers_io_github_wip]: http://dev.classmethod.jp/project-management/remote-work-with-github/ "[wip]楽しく仕事をするために試行錯誤しているGitHubの使いかた | Developers.IO"
[cookpad_issue_story]: http://techlife.cookpad.com/entry/2015/11/05/173701 "複数のエンジニアと開発を円滑に進めるためのissueの立て方 - クックパッド開発者ブログ"