Manage your ToDos by Github Issues and Projects
- Clone this repo to your private repo (you can test it in public repo)
- Edit
.github/ISSUE_TEMPLATE/config.yml
for your username and repository name to link custom.md as an actual template. - Create a projects in Projects like
MyToDo
withAutomated Kanban
type. - Try to create a new issue in Issues. Here is a new cool ToDo style form using custom.md. (see official GitHub docs)
- Set automation in Project to handle closing issues.
- Now you don't need any more extra to-do management apps!
Githubの課題やプロジェクトでToDoを管理する
- このリポジトリをあなたのプライベートリポジトリにクローンします(パブリックリポジトリでテストしてからでいいです)。
.github/ISSUE_TEMPLATE/config.yml
を編集して、ユーザー名とリポジトリ名を入力します。custom.mdが実際のテンプレートとしてリンクされます。- Projectsに「MyToDo」のような名前でプロジェクトを作成します。
Automated Kanban
を選ぶといいでしょう。 - Issuesで新しい課題を作成してみてください。custom.md を使ってクールなToDoスタイルのフォームを作ってみましょう(公式ドキュメント)。
- Projectでオートメーションを設定し、課題のクローズを処理します。
- これでもう余計なToDo管理アプリは不要!