7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 03:50:46 +00:00

docs: fix nightly typo

Co-authored-by: Adolfo R. Brandes <arbrandes@tcril.org>
This commit is contained in:
Régis Behmo 2022-11-24 13:43:55 +01:00 committed by Régis Behmo
parent c886b72ae7
commit 6069f91cce

View File

@ -61,4 +61,4 @@ Making changes to Tutor Nightly
In general pull requests should be open on the "master" branch of Tutor: the "master" branch is automatically merged on the "nightly" branch at every commit, such that changes made to Tutor releases find their way to Tutor Nightly as soon as they are merged. However, sometimes you want to make changes to Tutor Nightly exclusively, and not to the Tutor releases. This might be the case for instance when upgrading the running version of a third-party service (for instance: Elasticsearch, MySQL), or when the master branch requires specific changes. In that case, you should follow the instructions from the :ref:`contributing` section of the docs, with the following differences:
- Open your pull request on top of the "nightly" branch instead of "master".
- Add a description of your changes to by creating a changelog entry with `make changelog-entry`, as in the master branch.
- Add a description of your changes by creating a changelog entry with `make changelog-entry`, as in the master branch.