Skip to content

Commit ae6a5fe

Browse files
authored
Update repository with LFAI onboarding requirements (elyra-ai#2980)
Signed-off-by: Alan Chin <[email protected]>
1 parent e8d8e2a commit ae6a5fe

7 files changed

+442
-29
lines changed

CC-BY-4.0.txt

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
- See our changelog in Elyra's documentation [here](https://elyra.readthedocs.io/en/latest/getting_started/changelog.html)

COMMITTERS.csv

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Name, Company, Github ID
2+
Alan Chin, IBM, akchinSTC
3+
Alex Bozarth, IBM, ajbozarth
4+
Karla Spuldaro, IBM, karlaspuldaro
5+
Kevin Bates, IBM, kevin-bates
6+
Kiersten Stokes, IBM, kiersten-stokes
7+
Luciano Resende, Apple , lresende
8+
Martha Cryan, IBM, marthacryan
9+
Patrick Titzler, IBM, ptitzler
10+
Nick Bourdakos, , bourdakos1
11+
Va Barbosa, , vabarbosa

CONTRIBUTING.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@ limitations under the License.
2020

2121
Welcome to Elyra! If you are interested in contributing to the [Elyra code repo](README.md)
2222
then checkout the [Contributor's Guide](https://github.com/elyra-ai/community/blob/main/contributing.md) and
23-
the [Code of Conduct](https://github.com/elyra-ai/community/blob/main/code-of-conduct.md).
23+
the [Code of Conduct](https://github.com/elyra-ai/community/blob/main/CODE_OF_CONDUCT.md).
2424

2525
The [Elyra community repo](https://github.com/elyra-ai/community) contains information on how the community
2626
is organized and other information that is pertinent to contributing.
2727

28-
### Getting Started
28+
# Thank you to all our contributors!
29+
<a href="https://github.com/elyra-ai/elyra/graphs/contributors">
30+
<img src="https://contrib.rocks/image?repo=elyra-ai/elyra" />
31+
</a>
2932

30-
It's encouraged that you look under the [Issues](https://github.com/elyra-ai/elyra/issues) tab for contribution opportunites.
31-
For those new to the project, we suggest looking under:
32-
33-
- Issues tagged as [Good First Issue](https://github.com/elyra-ai/elyra/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
34-
- Issues tagged as [Help Wanted](https://github.com/elyra-ai/elyra/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22 )
35-
- Issues tagged as [Good First Project](https://github.com/elyra-ai/elyra/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+project%22)
36-
37-
If you are planning to contribute to source code, the [development workflow](https://elyra.readthedocs.io/en/latest/developer_guide/development-workflow.html) can help you set up and
38-
build Elyra in a development environment.
33+
Made with [contrib.rocks](https://contrib.rocks).

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -249,21 +249,5 @@ If you are interested in helping make Elyra better, we encourage you to take a l
249249
[Development Workflow](https://elyra.readthedocs.io/en/latest/developer_guide/development-workflow.html)
250250
documentation, and invite you to attend our weekly dev community meetings.
251251

252-
### Daily Dev Meetings
253-
Join us for our daily scrum (except Thursdays) to discuss development items you're working on or have questions about. Everyone is welcome and participation is optional.
254-
255-
**When**: Every weekday except Thursdays at [8:30AM Pacific](https://www.thetimezoneconverter.com/?t=8%3A30%20am&tz=San%20Francisco&)
256-
257-
**Where**: [Webex](https://ibm.webex.com/meet/akchin)
258-
259-
**What**: [Current Milestone](https://github.com/elyra-ai/elyra/milestones)
260-
261-
262-
### Weekly Dev Community Meeting
263-
Join us weekly to discuss Elyra development topics. Everyone is welcome and participation is optional.
264-
265-
**When**: Thursdays at [9AM Pacific](https://www.thetimezoneconverter.com/?t=9%3A00%20am&tz=San%20Francisco&)
266-
267-
**Where**: [Webex](https://ibm.webex.com/meet/akchin)
268-
269-
**What**: [Meeting Notes](https://hackmd.io/SgvSqrWWR2248mCw2BZ5gg?both)
252+
## Meetup with Us!
253+
Our daily and weekly community meeting schedule can be found [here](https://github.com/elyra-ai/community#daily-dev-meetings).

SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 3.x | :white_check_mark: |
8+
9+
## Reporting a Vulnerability
10+
11+
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)
12+
to start the secure reporting process.
13+
14+
## Additional Information
15+
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).
16+

THIRD_PARTY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python Dependencies
2+
3+
## Build Dependencies List
4+
5+
See [Pre-Build Requirements](build_requirements.txt) and [Build Requirements](setup.py)
6+
7+
## Test Dependencies List
8+
9+
See [Test Requirements](test_requirements.txt)

0 commit comments

Comments
 (0)