GitHub is, without doubt, one of the most (if not the most) popular web-based version control systems in existence today. Not only is it feature-rich when it comes to source code management (SCM), but it also supports features such as bug tracking, feature requests, task management, and wikis for every project.
API blueprints can be pushed into GitHub repositories so they can be version controlled but most importantly, it can follow a similar GitHub cycle as any other code asset. This step is also required in order to configure Dredd to validate API endpoints against ...