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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,15 @@ please open a ticket in the [openMINDS Python library issue tracker](https://git
73
73
If you identify a problem or would like to suggest changes to the openMINDS specification itself,
74
74
please open a ticket in the [openMINDS issue tracker](https://github.com/openMetadataInitiative/openMINDS/issues).
75
75
76
+
## Development
77
+
78
+
Contributions are welcome, please see our [contribution guidelines](https://openminds-documentation.readthedocs.io/en/latest/shared/contribution_guidelines.html).
79
+
80
+
This repository has two main branches: `pipeline` and `main`.
81
+
The `pipeline` contains the code for building the Python package from the openMINDS schemas.
82
+
The build process is triggered by changes to the schemas, and runs as a GitHub action.
83
+
The resultant package is copied to the `main` branch, and at intervals is published on PyPI.
0 commit comments