Skip to content

Commit

Permalink
Merge pull request #1066 from sbillinge/summary_in_project
Browse files Browse the repository at this point in the history
adding summary to project schema
  • Loading branch information
sbillinge authored Apr 28, 2024
2 parents 3939af7 + 709029a commit 4f61852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions regolith/exemplars.json
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,7 @@
"Low barrier to entry, rapid payback to adoption"
],
"repo": "https://github.com/cyclus/cyclus/",
"summary": "In summary, a cool project",
"team": [
{
"begin_month": "June",
Expand Down
5 changes: 5 additions & 0 deletions regolith/schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,11 @@
"required": false,
"type": "string"
},
"summary": {
"description": "The summary of the project",
"required": false,
"type": "string"
},
"team": {
"description": "People who are/have been working on this project.",
"required": true,
Expand Down

0 comments on commit 4f61852

Please sign in to comment.