Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 664 Bytes

File metadata and controls

10 lines (10 loc) · 664 Bytes
  1. An account is either a user or an organization.
  2. Every user and organization has a unique account name that distinguishes them from all other accounts in the system.
  3. A repository is owned by either a single user or a single organization, never by both at the same time.
  4. A user can follow many other users.
  5. A user can be followed by many other users.
  6. Every commit is authored by exactly one user towards one repository.
  7. Every pull request is submitted by exactly one user.
  8. A user can create many pull requests and commits for a specific repository.
  9. A user can be a member of many organizations.
  10. An organization can have many members.