-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sage-monorepo): create product workspace for iAtlas (#2407)
* Add iAtlas to the list of products (issue templates) * Create initial project folder for iatlas-api * Add iatlas as PR title scope
- Loading branch information
1 parent
ca0f467
commit 333301e
Showing
7 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ body: | |
multiple: true | ||
options: | ||
- Agora | ||
- iAtlas | ||
- OpenChallenges | ||
- Sage Monorepo | ||
- Schematic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ body: | |
multiple: true | ||
options: | ||
- Agora | ||
- iAtlas | ||
- OpenChallenges | ||
- Sage Monorepo | ||
- Schematic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ body: | |
multiple: true | ||
options: | ||
- Agora | ||
- iAtlas | ||
- OpenChallenges | ||
- Sage Monorepo | ||
- Schematic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ body: | |
multiple: true | ||
options: | ||
- Agora | ||
- iAtlas | ||
- OpenChallenges | ||
- Sage Monorepo | ||
- Schematic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ jobs: | |
scopes: | | ||
agora | ||
common | ||
iatlas | ||
openchallenges | ||
sage-monorepo | ||
schematic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# iAtlas REST API | ||
|
||
## Overview | ||
|
||
This project builds a container for iAtlas REST API. | ||
|
||
Source: https://gitlab.com/cri-iatlas/iatlas-api |