Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix contributions guide #152

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/cn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: "Horaedb"

<script src="https://www.apachecon.com/event-images/snippet.js"></script>

<a class="acevent" data-format="square" data-event="na2024" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a>
<a class="acevent" data-format="wide" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a>

{{% blocks/section type="row" %}}

Expand All @@ -29,7 +29,7 @@ title: "Horaedb"
积极拥抱开源生态,同时能够无缝对接各种开源组件。
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-brands fa-github" title="100% 开源" url="/docs/contribution-guidelines/" %}}
{{% blocks/feature icon="fa-brands fa-github" title="100% 开源" url="https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md" %}}

所有代码均在 GitHub 上开源,欢迎新用户的加入!
{{% /blocks/feature %}}
Expand Down
4 changes: 2 additions & 2 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Get started<i class="fas fa-arrow-alt-circle-right ms-2"></i>

<script src="https://www.apachecon.com/event-images/snippet.js"></script>

<a class="acevent" data-format="square" data-event="na2024" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a>
<a class="acevent" data-format="wide" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;"></a>

{{% blocks/section type="row" %}}

Expand All @@ -29,7 +29,7 @@ High scalability, Cost-efficiency, Community-driven
HoraeDB has an open ecosystem that encourages collaboration and innovation, allowing developers to use what suits them best.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="docs/contribution-guidelines/" %}}
{{% blocks/feature icon="fa-brands fa-github" title="Contributions welcome!" url="https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md" %}}
We do a [Pull Request](https://github.com/apache/horaedb/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}

Expand Down