GitHub Introduces Code Owners |
Written by Kay Ewbank |
Monday, 10 July 2017 |
GitHub has added a new feature that you can use to identify the people who 'own' code in a repository, so they can review any changes. The new code owners option can be used to say which teams or individuals are responsible for a section of code. If you make a pull request on that code. the relevant people are informed automatically. To make the feature work, all you have to do is to create a file named From the point the Codeowners file is created, the people identified within it as code owners will automatically be requested for review whenever a pull request touches the files they own. A pull request is created when a developer has created a copy of an open source project, modified it, then passed the modified code back to the original project maintainer to see whether they want to include the changes into the main copy of the code.
There is an option for projects where you want to keep more control. A protected branch option means that the code owner for each owned file has to leave a review before anyone can merge a pull request to that branch. The developers at Github say code owners was inspired by Chromium's use of
More InformationRelated ArticlesGitHub Octoverse Reveals The State Of Open Source To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |