We need to move the badges at the top of the README to be below the H1 heading. This is to be consistent with other popular README formats and also ensure there is no relevant information above the H1 heading. Additionally, we will need to adjust the orientation of the badges to be consistent with the rest of the README which is left-oriented.
How would you implement this feature?
Move the badge information below the H1 heading and change the <p align= to be "left".
For Example
In the before changes codeblock below, the H1 header (identified by a single #) needs to be moved to the very top. Then we must ensure everything within the <p> tag is below the H1 header, but before the first H2 heading (identified by a double ##).
Note: This example uses TikTok Ads Source. These changes should be applied consistently across all relevant repositories, using the repository-specific badge information.
Copied from fivetran/dbt_tiktok_ads_source #24.
Is there an existing feature request for this?
Describe the Feature
We need to move the badges at the top of the README to be below the H1 heading. This is to be consistent with other popular README formats and also ensure there is no relevant information above the H1 heading. Additionally, we will need to adjust the orientation of the badges to be consistent with the rest of the README which is left-oriented.
How would you implement this feature?
Move the badge information below the H1 heading and change the
<p align=
to be"left"
.For Example
In the before changes codeblock below, the H1 header (identified by a single
#
) needs to be moved to the very top. Then we must ensure everything within the<p>
tag is below the H1 header, but before the first H2 heading (identified by a double##
).Before Changes
After Changes
Notice the
<p align="left">
update as well as the location of the badges between the H1 and H2 header with appropriate spacing.Are you interested in contributing this feature?
Anything else?
No response