Skip to content

Commit

Permalink
correcting issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Sep 16, 2024
1 parent 65882a5 commit 1cce6dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/consortium.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Consortium
about: Addding a new, or updating an existing, consortium
about: Adding a new, or updating an existing, consortium
title: 'Review request for change in consortium'
labels: 'consortium'
assignees: ''
Expand Down Expand Up @@ -42,7 +42,7 @@ To use this, please fill out the template below, keeping the spacing and indenta
"CMIP-IPO",
"WCRP"
]
# nest instututions here, use the cmip acnronyms which they have been registered with.
# nest institutions here, use the cmip acnronyms which they have been registered with.
```
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/institution.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Institution
about: Addding a new, or updating an existing, institution
about: Adding a new, or updating an existing, institution
title: 'Review request for change in institution'
labels: 'institution'
assignees: ''
Expand Down
4 changes: 2 additions & 2 deletions JSONLD/auxillary/mip-era/cmip5.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@id": "mip-cmor-tables:auxillary/mip-era/cmip5",
"@type": "mip-era",
"end": 2999,
"end": 2020,
"name": "CMIP5",
"start": 2999,
"start": 2006,
"url": "https://wcrp-cmip.org/CMIP5"
}
2 changes: 1 addition & 1 deletion JSONLD/auxillary/realm/land.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@id": "mip-cmor-tables:auxillary/realm/land",
"@type": "realm",
"description": "Land Surface",
"description": "Land Surface and Subsurface",
"name": "land"
}

0 comments on commit 1cce6dc

Please sign in to comment.