Skip to content

Commit 3abe61e

Browse files
committed
Add contribute.json
This document is required for example for all Mozilla websites and makes sense for Riot to also describe itself - see https://www.contributejson.org/ Signed-off-by: Jason Robinson <jasonr@matrix.org>
1 parent c3e6a30 commit 3abe61e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

res/contribute.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Riot",
3+
"description": "A glossy Matrix collaboration client for the web.",
4+
"repository": {
5+
"url": "https://github.com/vector-im/riot-web",
6+
"license": "Apache License 2.0"
7+
},
8+
"bugs": {
9+
"list": "https://github.com/vector-im/riot-web/issues",
10+
"report": "https://github.com/vector-im/riot-web/issues/new/choose"
11+
},
12+
"keywords": [
13+
"chat",
14+
"riot",
15+
"matrix"
16+
]
17+
}

scripts/copy-res.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const COPY_LIST = [
6666
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
6767
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
6868
["./config.json", "webapp", { directwatch: 1 }],
69+
["res/contribute.json", "webapp"],
6970
];
7071

7172
const parseArgs = require('minimist');

0 commit comments

Comments
 (0)