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: _sources/index.rst.txt
+5-6
Original file line number
Diff line number
Diff line change
@@ -151,11 +151,10 @@ Code contributions
151
151
In general, we follow the `fork-and-pull <https://docs.github.com/en/github/collaborating-with-pull-requests/getting-started/about-collaborative-development-models#fork-and-pull-model>`_ git workflow. Here are the steps:
152
152
153
153
1. Fork the Lightwood repository
154
-
2. Checkout the ``staging`` branch, which is the development version that gets released weekly (there can be exceptions, but make sure to ask and confirm with us).
155
-
3. Make changes and commit them
156
-
4. Make sure that the CI tests pass. You can run the test suite locally with ``flake8 .`` to check style and ``python -m unittest discover tests`` to run the automated tests. This doesn't guarantee it will pass remotely since we run on multiple envs, but should work in most cases.
157
-
5. Push your local branch to your fork
158
-
6. Submit a pull request from your repo to the ``staging`` branch of ``mindsdb/lightwood`` so that we can review your changes. Be sure to merge the latest from staging before making a pull request!
154
+
2. Make changes and commit them
155
+
3. Make sure that the CI tests pass. You can run the test suite locally with ``flake8 .`` to check style and ``python -m unittest discover tests`` to run the automated tests. This doesn't guarantee it will pass remotely since we run on multiple envs, but should work in most cases.
156
+
4. Push your local branch to your fork
157
+
5. Submit a pull request from your repo to the ``main`` branch of ``mindsdb/lightwood`` so that we can review your changes. Be sure to merge the latest from main before making a pull request!
159
158
160
159
.. note:: You will need to sign a CLI agreement for the code since lightwood is under a GPL license.
161
160
@@ -190,7 +189,7 @@ Join our mission of democratizing machine learning and allowing developers to be
190
189
191
190
Contributor Code of Conduct
192
191
^^^^^^^^^^^^^^^^^^^^^^^^^^^
193
-
Please note that this project is released with a `Contributor Code of Conduct <https://github.com/mindsdb/lightwood/blob/stable/CODE_OF_CONDUCT.md>`_. By participating in this project, you agree to abide by its terms.
192
+
Please note that this project is released with a `Contributor Code of Conduct <https://github.com/mindsdb/lightwood/blob/main/CODE_OF_CONDUCT.md>`_. By participating in this project, you agree to abide by its terms.
0 commit comments