Skip to content

Commit 5ca10c1

Browse files
committed
Rebuilt the docs
1 parent 61bfdca commit 5ca10c1

27 files changed

+4259
-4312
lines changed

_sources/index.rst.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,10 @@ Code contributions
151151
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:
152152

153153
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!
159158

160159
.. note:: You will need to sign a CLI agreement for the code since lightwood is under a GPL license.
161160

@@ -190,7 +189,7 @@ Join our mission of democratizing machine learning and allowing developers to be
190189

191190
Contributor Code of Conduct
192191
^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
194193

195194

196195
Current contributors

0 commit comments

Comments
 (0)