Lee-W commented on code in PR #47289:
URL: https://github.com/apache/airflow/pull/47289#discussion_r1976982444
##########
contributing-docs/10_working_with_git.rst:
##########
@@ -193,11 +193,11 @@ we will be adding the remote as "apache" so you can refer
to it easily
you have a very intuitive and helpful merge tool. For more information, see
`Resolve conflicts
<https://www.jetbrains.com/help/idea/resolving-conflicts.html>`_.
-9. After you've solved your conflict run
+9. After you've solved your conflict run,
Review Comment:
This is probably not needed 🤔
##########
contributing-docs/10_working_with_git.rst:
##########
@@ -33,13 +33,13 @@ We also have a ``v2-10-test`` branch that is used to test
``2.10.x`` series of A
cherry-pick selected commits from the main branch.
*For Contributors*:
-All bug fixes after 2.10.0 release will target Airflow 3. We will make the
best effort to make them available in 2.10.x,
-but if somebody wants to guarantee that a fix is included in 2.10.x, they need
to raise the PR explicitly to the v2-10-test branch too.
+All bug fixes after ``2.10.0`` release will target Airflow 3. We will make the
best effort to make them available in ``2.10.x``,
+but if somebody wants to guarantee that a fix is included in ``2.10.x``, they
need to raise the PR explicitly to the ``v2-10-test branch`` too.
Review Comment:
```suggestion
but if somebody wants to guarantee that a fix is included in ``2.10.x``,
they need to raise the PR explicitly to the ``v2-10-test`` branch too.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]