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

[INLONG-4706][Website] Remove the "(incubating)" tag from the project name in the text content #429

Merged
merged 1 commit into from
Jun 20, 2022
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
2 changes: 1 addition & 1 deletion community/how-to-become-a-committer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to Become a Committer or PPMC
sidebar_position: 4
---

> [Apache InLong](https://inlong.apache.org)(incubating)is to build a community in full accordance with Apache’s rules.
> [Apache InLong](https://inlong.apache.org) is to build a community in full accordance with Apache’s rules.
> Apache Committer is a term used in ASF (Apache Software Foundation) to refer to people who submit specific projects.
> Apache InLong Committer has the permission to write the InLong code base and can merge PR.
> Anyone who has made enough contributions to the community and gained enough trust can become an Apache InLong Committer.
Expand Down
2 changes: 1 addition & 1 deletion community/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to Contribute
sidebar_position: 1
---

The Apache InLong(incubating) community welcomes contributions from anyone with a passion for distributed systems! InLong has many different opportunities for contributions -- write new examples/tutorials, add new user-facing libraries or participate on the documentation effort.
The Apache InLong community welcomes contributions from anyone with a passion for distributed systems! InLong has many different opportunities for contributions -- write new examples/tutorials, add new user-facing libraries or participate on the documentation effort.

We use a review-then-commit workflow in InLong for all contributions.

Expand Down
1 change: 0 additions & 1 deletion src/pages/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function() {
<div className="product-name">
<div className="brandname">{dataSource.brand.brandName}</div>
<div className="projectname" style={{backgroundImage: `url("${useBaseUrl('/img/inlong-en.svg')}"`}}>
{/* <img src="/static/img/incubating.svg"></img> */}
</div>
</div>
<div className="product-desc2">
Expand Down