This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b2b97706651 Fix bold format for Pull Request and Contributors Quick
Start doc (#71657)
b2b97706651 is described below
commit b2b97706651310bdeeeafd52e64a01147ffefa3d
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Sun Aug 16 12:03:10 2026 +0200
Fix bold format for Pull Request and Contributors Quick Start doc (#71657)
* Fix bold for Golden Rule desc
* Fix bold in Contributors quick start
---
contributing-docs/03_contributors_quick_start.rst | 2 +-
contributing-docs/05_pull_requests.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index 9f3e2cc7a56..f08fef2deec 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -682,7 +682,7 @@ You can also switch terminal multiplexer via breeze config:
breeze setup config --terminal-multiplexer tmux
breeze setup config --terminal-multiplexer mprocs
-** Benefits of using tmux:**
+**Benefits of using tmux:**
* Familiar terminal multiplexer for many developers
* More control over panes and windows
diff --git a/contributing-docs/05_pull_requests.rst
b/contributing-docs/05_pull_requests.rst
index 7ba8e8d5e0e..b59d6bc362b 100644
--- a/contributing-docs/05_pull_requests.rst
+++ b/contributing-docs/05_pull_requests.rst
@@ -171,7 +171,7 @@ tooling, with a comment explaining what needs to be fixed.
Generic titles such as "Fix bug", "Update code", "Changes", single-word
titles, or titles
that only reference an issue number (e.g. "Fixes #12345") do not meet this
bar.
-2. ** Golden Rule ** - in text descriptions - always use imperative mode,
never use past
+2. **Golden Rule** - in text descriptions - always use imperative mode, never
use past
tense or conventional commits or any prefixes in the title take precious
space and do not add any value, so they should be
avoided. For example, instead of "feat: add new feature" or "Added this new
feature"
use "Add new feature". This is a common convention in many open source
projects