Skip to content

Commit

Permalink
Add default maintainers file
Browse files Browse the repository at this point in the history
We wish to feature the maintainers of each track on the new (nextercism) website. Ideally, the bios will be tailored to each track, giving a friendly view into each maintainer's background and interest in the language, and even (perhaps) what they enjoy most about maintaining the track, or what type of things they tend to focus on.

The main reasons for including these are to:

* provide a stronger basis for empathy with maintainers
* give well-deserved recognition
* plant a seed in people's minds that _Exercism tracks are maintained by people like me... I could do that!_

Being featured on the Exercism website is entirely optional, and we're generating all the data with show_on_website=false so that if you don't want to bother, you don't have to change anything.

If you've moved on, or decide to do so, please submit and merge a PR (for visibility to the others involved) that sets **alumnus** to _true_ for your maintainer entry. I'm working on a bot that will update the GitHub team to reflect the current state of this file.

We can merge this as is, and any changes can be added in subsequent pull requests.
  • Loading branch information
Katrina Owen committed Jul 22, 2017
1 parent 11ce801 commit 03d565c
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions config/maintainers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"maintainers": [
{
"github_username": "kotp",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "bernardoamc",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "tommyschaefer",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "hilary",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "bmulvihill",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
},
{
"github_username": "Insti",
"show_on_website": false,
"alumnus": false,
"name": null,
"bio": null,
"link_text": null,
"link_url": null,
"avatar_url": null
}
]
}

0 comments on commit 03d565c

Please sign in to comment.