1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Merge pull request #65 from kdeldycke/format-json

[autofix] Format JSON content
This commit is contained in:
Kevin Deldycke 2020-10-23 10:21:58 +02:00 committed by GitHub
commit 409f3eab34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

112
.github/labels.json vendored
View file

@ -1,57 +1,57 @@
[ [
{ {
"name": "CI/CD", "name": "CI/CD",
"color": "#dbca13", "color": "#dbca13",
"description": "Automation and management of the project itself" "description": "Automation and management of the project itself"
}, },
{ {
"name": "curation", "name": "curation",
"color": "#d73a4a", "color": "#d73a4a",
"description": "Links or structure needs to be refined" "description": "Links or structure needs to be refined"
}, },
{ {
"name": "duplicate", "name": "duplicate",
"color": "#cfd3d7", "color": "#cfd3d7",
"description": "This issue or pull request already exists" "description": "This issue or pull request already exists"
}, },
{ {
"name": "enhancement", "name": "enhancement",
"color": "#84b6eb", "color": "#84b6eb",
"description": "New feature or request" "description": "New feature or request"
}, },
{ {
"name": "good first issue", "name": "good first issue",
"color": "#7057ff", "color": "#7057ff",
"description": "Good for newcomers" "description": "Good for newcomers"
}, },
{ {
"name": "help wanted", "name": "help wanted",
"color": "#008672", "color": "#008672",
"description": "Extra attention is needed" "description": "Extra attention is needed"
}, },
{ {
"name": "new link", "name": "new link",
"color": "#fbca04", "color": "#fbca04",
"description": "Add link worth adding to the list" "description": "Add link worth adding to the list"
}, },
{ {
"name": "fix link", "name": "fix link",
"color": "#d4c5f9", "color": "#d4c5f9",
"description": "Existing link need to be updated" "description": "Existing link need to be updated"
}, },
{ {
"name": "question", "name": "question",
"color": "#d876e3", "color": "#d876e3",
"description": "Further information is requested" "description": "Further information is requested"
}, },
{ {
"name": "typo", "name": "typo",
"color": "#fef2c0", "color": "#fef2c0",
"description": "Tiny, obvious fix" "description": "Tiny, obvious fix"
}, },
{ {
"name": "wont do/fix", "name": "wont do/fix",
"color": "#eeeeee", "color": "#eeeeee",
"description": "This will not be worked on" "description": "This will not be worked on"
} }
] ]