You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create contribution guidelines for the project, and create additional issues as necessary to cover bringing existing code up to the standards described therein.
General outline:
CONTRIBUTING.md file at root of project
Pull requests encouraged
Feel free to open issues with bugs/feature requests
CLAs with IBM required for external PRs
Copyright notices on new files
Code style: TensorFlow standard, but with type hints. Code must run with Python 3.6 and parse with Python 2.7.
Tests for new features strongly encouraged
The text was updated successfully, but these errors were encountered:
Create contribution guidelines for the project, and create additional issues as necessary to cover bringing existing code up to the standards described therein.
General outline:
The text was updated successfully, but these errors were encountered: