Github
Syncing your Github can be useful for various cases:
- Report on your team velocity to the rest of the team and your stakeholders
- Make sense of the time passed on each milestone
- Use labels to track the time to close of your pull requests
- Make sure that your pull requests doesn't stay stale
- ...
- Organisation: Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once.
- Repository: To put your project up on GitHub, you will need to create a repository for it to live in.
- User: Users are members or outside collaborators of an organization.
- Label: You can classify issues, pull requests, and discussions by creating, editing, applying, and deleting labels.
- Team: Teams are groups of organization members that reflect your company or group's structure with cascading access permissions and mentions.
- Milestone: You can use milestones to track progress on groups of issues or pull requests in a repository.
- Pull Request: Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub.
- Pull Request Requested Reviewer Association: Association between pull request and users requested to review.
- Pull Request Assignee: Association between pull request assignee aka users and pull request.
- Pull Request Label Association: Association between pull request & labels.
- Pull Request Team Association: Association between pull request and team requested to review.
Last modified 10mo ago