Table of Contents
...
Here is a video on contributing to open source - https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
There is also a readme.md file at the top level that guides common activities.
...
Pull Request Requirements
Rule | Required | Comment |
---|---|---|
2 Approvals from maintainers from two different organizations | ||
The pull request is linked to a GitHub Issue (new feature or a bug) | ||
Developer Certificate of Origin (DCO) | Always commit your changes with git commit -s (--signoff) | |
Automated builds pass | ||
Automated tests pass | ||
Security scans pass (Snyk) |
Active Maintainers
Name | Organization | GitHub ID |
---|---|---|
Jeff Braswell | openIDL | tahoeblue |
Sean Bohan | openIDL | SeanBohan |
Ken Sayers | AAIS | kens-aais |
Peter Antley | AAIS | antleypk2 |
Aashish | Chainyard | aashishchainyard |
Surya Lanka | Chainyard | suryalanka-cy |
Tsvetan Georgiev | Senofi | TsvetanG |
Yanko Zhelyazkov | Senofi | yzhivkov |
Note |
---|
New maintainers are welcome. |
...