Use Github Project for TODO management

1. Preparation

guthub account

2. Create Github Project

Insert picture description here
Choose a template in the new Projct (Automated is recommended)
Insert picture description here

3. Use rules and methods

Add via Note

After the creation is successful, you will get 3 automatically created notes. We will add our own requirements to the first note
addition method:
Insert picture description here

Added by issue

Insert picture description here
Now you can add a card on the right side and
Insert picture description here
drag it to TODO
Insert picture description here

Automatically added via issue

Insert picture description here
When the question is closed, the card will be added to Done
Insert picture description here
Insert picture description here

Management of automatically added card rules

Here you can manage when you perform what operations, the card will be automatically added. The
Insert picture description here
default template is
Create issue, add to TODO,
close (solved), add to Done,
reopen (there are problems), add to In progress,
through Github Project, you can design work that suits your team Flow, compared with project management such as Gitee Zen Tao, the advantage is that it is free and highly operability , combined with Git version management

4. Matters needing attention

Github Project can be added in two ways
1. On the project page add
Insert picture description here
2. In the user show page to add
Insert picture description here

Both of these methods can add cards to the project in the issue

The difference is that the projects created in different locations can only be found in the corresponding locations
. In other words, the project added on the user page cannot be found in the project project, even if the project on the user page is associated with the project.
In the same way, the project added on the project page can only be found in this project, and cannot be found in other locations.

Significance of finding: Only when you find the project, you can open it, and then you can add, delete, modify, and check, mainly to check the progress.

Guess you like

Origin blog.csdn.net/euphorias/article/details/105509508