-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update repository with LFAI onboarding requirements (#2980)
Signed-off-by: Alan Chin <akchin@us.ibm.com>
- Loading branch information
Showing
7 changed files
with
442 additions
and
29 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
# Changelog | ||
|
||
- See our changelog in Elyra's documentation [here](https://elyra.readthedocs.io/en/latest/getting_started/changelog.html) |
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,11 @@ | ||
Name, Company, Github ID | ||
Alan Chin, IBM, akchinSTC | ||
Alex Bozarth, IBM, ajbozarth | ||
Karla Spuldaro, IBM, karlaspuldaro | ||
Kevin Bates, IBM, kevin-bates | ||
Kiersten Stokes, IBM, kiersten-stokes | ||
Luciano Resende, Apple , lresende | ||
Martha Cryan, IBM, marthacryan | ||
Patrick Titzler, IBM, ptitzler | ||
Nick Bourdakos, , bourdakos1 | ||
Va Barbosa, , vabarbosa |
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
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,16 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 3.x | :white_check_mark: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you think you've found a potential vulnerability in Elyra or any of its sub-projects, please click [here](https://github.com/elyra-ai/elyra/security/advisories/new) | ||
to start the secure reporting process. | ||
|
||
## Additional Information | ||
Guide on how to securely report a vulnerability can be found [here](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability). | ||
|
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,9 @@ | ||
# Python Dependencies | ||
|
||
## Build Dependencies List | ||
|
||
See [Pre-Build Requirements](build_requirements.txt) and [Build Requirements](setup.py) | ||
|
||
## Test Dependencies List | ||
|
||
See [Test Requirements](test_requirements.txt) |