Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.88 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.88 KB

ToDo

Manage your ToDos by Github Issues and Projects

Preparation

  1. Clone this repo to your private repo (you can test it in public repo)
  2. Edit .github/ISSUE_TEMPLATE/config.yml for your username and repository name to link custom.md as an actual template.
  3. Create a projects in Projects like MyToDo with Automated Kanban type.
  4. Try to create a new issue in Issues. Here is a new cool ToDo style form using custom.md. (see official GitHub docs)
  5. Set automation in Project to handle closing issues.
  6. Now you don't need any more extra to-do management apps!

ToDo

Githubの課題やプロジェクトでToDoを管理する

準備

  1. このリポジトリをあなたのプライベートリポジトリにクローンします(パブリックリポジトリでテストしてからでいいです)。
  2. .github/ISSUE_TEMPLATE/config.yml を編集して、ユーザー名とリポジトリ名を入力します。custom.mdが実際のテンプレートとしてリンクされます。
  3. Projectsに「MyToDo」のような名前でプロジェクトを作成します。Automated Kanban を選ぶといいでしょう。
  4. Issuesで新しい課題を作成してみてください。custom.md を使ってクールなToDoスタイルのフォームを作ってみましょう(公式ドキュメント)。
  5. Projectでオートメーションを設定し、課題のクローズを処理します。
  6. これでもう余計なToDo管理アプリは不要!