mirror of
https://github.com/correl/elm.git
synced 2024-12-23 03:00:08 +00:00
Merge pull request #158 from kytrinyx/generate-maintainer-json
Add default maintainers file
This commit is contained in:
commit
bd7f8e57d3
1 changed files with 25 additions and 0 deletions
25
config/maintainers.json
Normal file
25
config/maintainers.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"github_username": "tgecho",
|
||||||
|
"show_on_website": false,
|
||||||
|
"alumnus": false,
|
||||||
|
"name": null,
|
||||||
|
"bio": null,
|
||||||
|
"link_text": null,
|
||||||
|
"link_url": null,
|
||||||
|
"avatar_url": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"github_username": "bewatts",
|
||||||
|
"show_on_website": false,
|
||||||
|
"alumnus": false,
|
||||||
|
"name": null,
|
||||||
|
"bio": null,
|
||||||
|
"link_text": null,
|
||||||
|
"link_url": null,
|
||||||
|
"avatar_url": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
|
||||||
|
}
|
Loading…
Reference in a new issue