Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Add .meta/config.json file for concepts #18

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions concepts/arrays/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for arrays concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/attributes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for attributes concept",
"authors": [
"ErikSchierboom"
],
"contributors": [
"valentin-p"
]
}
7 changes: 7 additions & 0 deletions concepts/basics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for basics concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/bit-manipulation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for bit-manipulation concept",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for booleans concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/casting/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for casting concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/chars/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for chars concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
7 changes: 7 additions & 0 deletions concepts/classes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for classes concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/compound-assignment/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for compound-assignment concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/const-readonly/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for const-readonly concept",
"authors": [],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/constants/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for constants concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
7 changes: 7 additions & 0 deletions concepts/constructors/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for constructors concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/datetimes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for datetimes concept",
"authors": [
"ErikSchierboom"
],
"contributors": [
"valentin-p"
]
}
9 changes: 9 additions & 0 deletions concepts/defensive-copying/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for defensive-copying concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
10 changes: 10 additions & 0 deletions concepts/dictionaries/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"blurb": "TODO: add blurb for dictionaries concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom",
"valentin-p"
]
}
7 changes: 7 additions & 0 deletions concepts/do-while-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for do-while-loops concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/enums/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for enums concept",
"authors": [
"ErikSchierboom"
],
"contributors": [
"valentin-p"
]
}
9 changes: 9 additions & 0 deletions concepts/equality/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for equality concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/exception-filtering/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for exception-filtering concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/exceptions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for exceptions concept",
"authors": [
"archrisV"
],
"contributors": [
"valentin-p"
]
}
5 changes: 5 additions & 0 deletions concepts/explicit-casts/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for explicit-casts concept",
"authors": [],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/expression-bodied-members/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for expression-bodied-members concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/flag-enums/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for flag-enums concept",
"authors": [
"ErikSchierboom"
],
"contributors": [
"valentin-p"
]
}
7 changes: 7 additions & 0 deletions concepts/floating-point-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for floating-point-numbers concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/for-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for for-loops concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/foreach-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for foreach-loops concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/generic-types/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for generic-types concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
7 changes: 7 additions & 0 deletions concepts/if-statements/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for if-statements concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/indexers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for indexers concept",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/inheritance/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for inheritance concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/integral-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for integral-numbers concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
10 changes: 10 additions & 0 deletions concepts/interfaces/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"blurb": "TODO: add blurb for interfaces concept",
"authors": [
"senal",
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/lists/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for lists concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
5 changes: 5 additions & 0 deletions concepts/memory-allocation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for memory-allocation concept",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/method-overloading/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for method-overloading concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/named-arguments/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for named-arguments concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
10 changes: 10 additions & 0 deletions concepts/namespaces/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"blurb": "TODO: add blurb for namespaces concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom",
"valentin-p"
]
}
9 changes: 9 additions & 0 deletions concepts/nested-types/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for nested-types concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
7 changes: 7 additions & 0 deletions concepts/nullability/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for nullability concept",
"authors": [
"maurelio1234"
],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for numbers concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
9 changes: 9 additions & 0 deletions concepts/object-initializers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for object-initializers concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
9 changes: 9 additions & 0 deletions concepts/operator-overloading/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"blurb": "TODO: add blurb for operator-overloading concept",
"authors": [
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
7 changes: 7 additions & 0 deletions concepts/optional-parameters/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for optional-parameters concept",
"authors": [
"ErikSchierboom"
],
"contributors": []
}
10 changes: 10 additions & 0 deletions concepts/ordering/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"blurb": "TODO: add blurb for ordering concept",
"authors": [
"senal",
"mikedamay"
],
"contributors": [
"ErikSchierboom"
]
}
Loading