-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.json
92 lines (92 loc) · 2.64 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"project": {
"name": "Example Project",
"state": "unstable",
"image": "/blob/master/logo.svg",
"website": "example.com",
"oneLiner": "Creating awesome things, while enjoying live.",
"description": "Free software developers guarantee everyone equal rights to their programs;\nany user can study the source code, modify it, and share the program.\nBy contrast, most software carries fine print that denies users these basic rights, leaving them susceptible to the whims of its owners.\n",
"version": "v0.0.0",
"mainLicense": "apache2",
"docsLicense": "CCBySa"
},
"vision": {
"type": "personal",
"overview": "This project thrives to be open, transparent and helpful.\n",
"items": [
"Only specific categories allowed",
"Bugfixes only",
"For personal projects only"
],
"concept": "Example Project's core concept to showcase how, why it does what it does.",
"aim": "Example Project should only provide a small core and further additions should be done in helper projects/plugins or some sort."
},
"supportPlatforms": [
{
"service": "Chat",
"link": "chat.example.com"
},
{
"service": "User Mailinglist",
"link": "list.example.com"
},
{
"service": "Forum",
"link": "forum.example.com"
}
],
"supportLinks": {
"documentation": "/docs",
"examples": "/examples",
"troubleshooting": "/docs/troubleshooting.md"
},
"readme": {
"usageExample": "Some example ```go run cli```\n"
},
"contributionLinks": {
"issueTemplate": "/.github/ISSUE_TEMPLATE.md",
"starterIssues": "https://github.com/dear-github/dear-github/labels/starter%20issue"
},
"emails": {
"commercialSupport": "[email protected]",
"security": "[email protected]",
"coc": "[email protected]"
},
"copyright": {
"owner": "The Example Project authors",
"year": "2017"
},
"cla": {
"copyrightHolder": "Tiny Gopher"
},
"maintainers": [
{
"name": "Huge Gopher",
"nick": "hugeGopher"
},
{
"name": "Tiny Gopher",
"nick": "tinyGopher"
}
],
"repo": {
"link": "https://github.com/dear-github/dear-github/",
"type": "Github"
},
"badges": [
{
"image": "https://img.shields.io/badge/state-unstable-blue.svg",
"alt": "state"
},
{
"image": "https://img.shields.io/github/release/dear-github/dear-github.svg",
"link": "https://github.com/dear-github/dear-github/releases",
"alt": "release"
},
{
"image": "https://img.shields.io/github/license/dear-github/dear-github.svg",
"link": "LICENSE",
"alt": "license"
}
]
}