Skip to content

Instantly share code, notes, and snippets.

@terrajobst
Created August 18, 2022 19:47
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrajobst/a6013eefce5ec803bd967257226c25ec to your computer and use it in GitHub Desktop.
Save terrajobst/a6013eefce5ec803bd967257226c25ec to your computer and use it in GitHub Desktop.
api-review-process

API Review Process

This is a funnel of our API review process with links to issuesof.net:

graph TD
   S(<a href='https://issuesof.net/?q=is%3Aopen%20is%3Aissue%20label%3Aapi-suggestion'>Suggested</a><br>921) --> T{Triage}
   T -->R(<a href='https://issuesof.net/?q=is%3Aopen%20is%3Aissue%20label%3Aapi-ready-for-review'>Ready for Review</a><br>43)
   T -->C(<a href='https://issuesof.net/?q=is%3Aclosed%20is%3Aissue%20%28label%3Aapi-ready-for-review%20or%20label%3Aapi-needs-work%20or%20label%3Aapi-suggestion%29'>Closed</a><br>1,930)
   R --> RM{Review Meeting}
   RM --> A(<a href='https://issuesof.net/?q=is%3Aopen%20is%3Aissue%20label%3Aapi-approved'>Approved</a><br>115)
   RM --> N(<a href='https://issuesof.net/?q=is%3Aopen%20is%3Aissue%20label%3Aapi-needs-work'>Needs Work</a><br>260)
   RM --> C
   N --> T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment