Skip to content

Commit

Permalink
Merge pull request exercism#323 from exercism/generate-maintainer-json
Browse files Browse the repository at this point in the history
Add default maintainers file
  • Loading branch information
Katrina Owen authored Jul 24, 2017
2 parents c70ab23 + bcc2bc9 commit ae21426
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions config/maintainers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"maintainers": [
{
"github_username": "IanWhitney",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "etrepum",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "ijanos",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "petertseng",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "EduardoBautista",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
}
]
}

0 comments on commit ae21426

Please sign in to comment.