Skip to content

Commit

Permalink
Merge branch 'develop' into add_vala
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatic-fox committed Oct 4, 2022
2 parents e9b63db + 4d921bc commit f3bcbd4
Show file tree
Hide file tree
Showing 21 changed files with 376 additions and 7 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ body:
required: true

- type: textarea
id: currentproblem
id: description
attributes:
label: Problem
description: Tell us about the problem and its negative impacts.
label: Description
description: Write down a detailed description of the feature.
validations:
required: true

- type: textarea
id: context
attributes:
label: Context
description: Why is this change important to you? How would you use it? How can it benefit other users?
validations:
required: true

- type: textarea
id: possiblesolution
attributes:
Expand Down
122 changes: 122 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,29 @@
"color": "#343434",
"aliases": []
},
{
"name": "clarity",
"altnames": ["clarity-lang"],
"tags": [
"programming",
"language",
"blockchain"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain",
"plain-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#13171a",
"aliases": []
},
{
"name": "clion",
"altnames": [],
Expand Down Expand Up @@ -1478,6 +1501,30 @@
"color": "#f47c00",
"aliases": []
},
{
"name": "cosmosdb",
"altnames": [
"azurecosmosdb"
],
"tags": [
"database",
"nosql",
"cloud",
"azure"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"plain",
"plain-wordmark"
]
},
"color": "#59B3D8",
"aliases": []
},
{
"name": "couchdb",
"altnames": [
Expand Down Expand Up @@ -5871,6 +5918,27 @@
"color": "#21D789",
"aliases": []
},
{
"name": "pyscript",
"altnames": [],
"tags": [
"browser",
"python",
"html",
"framework"
],
"versions": {
"svg": [
"original-wordmark",
"plain-wordmark"
],
"font": [
"plain-wordmark"
]
},
"color": "#fda703",
"aliases": []
},
{
"name": "pytest",
"altnames": [],
Expand Down Expand Up @@ -6292,6 +6360,29 @@
}
]
},
{
"name": "renpy",
"altnames": [
"Ren'Py"
],
"tags": [
"programming",
"game-engine",
"engine",
"python"
],
"versions": {
"svg": [
"original",
"plain"
],
"font": [
"plain"
]
},
"color": "#ff7f7f",
"aliases": []
},
{
"name": "rider",
"altnames": [],
Expand Down Expand Up @@ -7663,6 +7754,37 @@
"color": "#a56de2",
"aliases": []
},
{
"name": "vercel",
"altnames": [],
"tags": [
"hosting",
"platform",
"deployment",
"git"
],
"versions": {
"svg": [
"original",
"original-wordmark"
],
"font": [
"original",
"original-wordmark"
]
},
"color": "#000",
"aliases": [
{
"base": "original",
"alias": "plain"
},
{
"base": "original-wordmark",
"alias": "plain-wordmark"
}
]
},
{
"name": "vertx",
"altnames": [
Expand Down
13 changes: 13 additions & 0 deletions icons/clarity/clarity-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/clarity/clarity-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/clarity/clarity-plain-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f3bcbd4

Please sign in to comment.