What’s the difference between a user-owned project and repository project board

风流意气都作罢 提交于 2021-02-10 06:32:14

问题


I create a project and link it to a repo and create another project inside the same repo. They seem to be independent and i really don’t know the difference.

Three kinds of boards are discussed in the link below: https://help.github.com/en/articles/creating-a-project-board


回答1:


Project boards on GitHub help you organize and prioritize your work. You can create project boards for specific feature work, comprehensive roadmaps, or even release checklists. With project boards, you have the flexibility to create customized workflows that suit your needs. Project boards are made up of issues, pull requests, and notes that are categorized as cards in columns of your choosing. You can drag and drop or use keyboard shortcuts to reorder cards within a column, move cards from column to column, and change the order of columns.

  • User-owned project boards can contain issues and pull requests from any personal repository.

  • Repository project boards are scoped to issues and pull requests within a single repository. They can also include notes that reference issues and pull requests in other repositories.

Basically, a user-owned project is something that can combine your repos and make them into a project, while a repository project is more limited and refers only to PRs and Issues in that repo, without knowing about your user-owned projects. You are correct to say that they seem different



来源:https://stackoverflow.com/questions/58323430/what-s-the-difference-between-a-user-owned-project-and-repository-project-board

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!