Fix for Get Involved page (#11752)

* Fix for Get Involved page

* Fix leading line in involved blocks
This commit is contained in:
Eric Van Norman 2022-08-25 13:34:11 -05:00 committed by GitHub
parent 73f9130beb
commit c92ed386d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 13 deletions

View File

@ -21,31 +21,30 @@ doc_type: get-involved
## How do you want to get involved?
{{% involve_block title="Ask questions" subtitle="There are a variety of ways to reach out to the community for input." icon="user" %}}
1. Bring your particular Istio questions to the **gamified wizards of** [**Stack Overflow**](https://stackoverflow.com/questions/tagged/istio).
2. **The** [**Istio discussion board**](https://discuss.istio.io/) hosts conversations with other Istio users. Join in to ask questions and discuss Istio.
3. **Join our** [**Slack**](https://slack.istio.io/) and interact live with other members of the Istio community.
1. Bring your particular Istio questions to the **gamified wizards of** [**Stack Overflow**](https://stackoverflow.com/questions/tagged/istio).
1. **The** [**Istio discussion board**](https://discuss.istio.io/) hosts conversations with other Istio users. Join in to ask questions and discuss Istio.
1. **Join our** [**Slack**](https://slack.istio.io/) and interact live with other members of the Istio community.
{{% /involve_block %}}
{{% involve_block title="Join the community" subtitle="There is so much to talk about around Istio. We welcome your voice!" icon="events" %}}
1. **Attend an event!** [Follow our calendar](https://calendar.google.com/calendar/embed?src=i10ogf58krfbrsjai5qi16g4do@group.calendar.google.com) to see what is coming up!
2. Follow us on [**Twitter - @IstioMesh**](https://twitter.com/IstioMesh)
1. Follow us on [**Twitter - @IstioMesh**](https://twitter.com/IstioMesh)
{{% /involve_block %}}
{{% involve_block title="Bugs and Security" subtitle="Thank you for helping to improve Istio with bug reports or security vulnerability reports." icon="security" %}}
1. Read this [**quick explanation on how to report bugs**](/docs/releases/bugs/), in code or in documentation.
2. The Istio security team responds rapidly to **vulnerability reports**. Read [how to submit an issue](/docs/releases/security-vulnerabilities/).
1. The Istio security team responds rapidly to **vulnerability reports**. Read [how to submit an issue](/docs/releases/security-vulnerabilities/).
{{% /involve_block %}}
{{% involve_block title="Become a contributor" subtitle="Code, documentation, community: Istio welcomes your contribution! Use these links as your entry point." icon="contribution" %}}
1. Familiarize yourself with the Istio [code of conduct](https://github.com/istio/community/blob/master/CONTRIBUTING.md#code-of-conduct) and [contribution guidelines](https://github.com/istio/community/blob/master/CONTRIBUTING.md).
2. The [Istio Community README](https://github.com/istio/community/blob/master/README.md) is the **starting point for contributors** who want to work on code, docs or other parts of Istio.
3. You can access our [**trove of technical content and working documents**](https://drive.google.com/corp/drive/folders/0ADmbrU7ueGOUUk9PVA) by joining the [istio-team-drive-access@ Google Group](https://groups.google.com/forum/#!forum/istio-team-drive-access).
4. You can participate in the [**working groups**](https://github.com/istio/community/blob/master/WORKING-GROUPS.md) which focus on particular areas of interest, such as docs, security, and networking.
5. Interested in helping with **Chinese language documentation**? Join the [Cloud Native Community(China)](https://cloudnative.to).
1. The [Istio Community README](https://github.com/istio/community/blob/master/README.md) is the **starting point for contributors** who want to work on code, docs or other parts of Istio.
1. You can access our [**trove of technical content and working documents**](https://drive.google.com/corp/drive/folders/0ADmbrU7ueGOUUk9PVA) by joining the [istio-team-drive-access@ Google Group](https://groups.google.com/forum/#!forum/istio-team-drive-access).
1. You can participate in the [**working groups**](https://github.com/istio/community/blob/master/WORKING-GROUPS.md) which focus on particular areas of interest, such as docs, security, and networking.
1. Interested in helping with **Chinese language documentation**? Join the [Cloud Native Community(China)](https://cloudnative.to).
{{% /involve_block %}}
{{% involve_block title="Understand oversight and planning" subtitle="Istio has two key committees that oversee the project: Steering and Technical Oversight." icon="magnifier" %}}
1. Governance and advocacy for the project are managed by the [**Istio Steering Committee**](https://github.com/istio/community/tree/master/steering).
2. Technical direction and project planning is the role of the [**Istio Technical Oversight Committee**](https://github.com/istio/community/blob/master/TECH-OVERSIGHT-COMMITTEE.md).
1. Technical direction and project planning is the role of the [**Istio Technical Oversight Committee**](https://github.com/istio/community/blob/master/TECH-OVERSIGHT-COMMITTEE.md).
{{% /involve_block %}}

View File

@ -13,7 +13,7 @@
</h3>
</div>
<div class="involve-block-content">
<p class="involve-block-subtitle">{{ $subtitle }}</p>
{{ $content }}
<p class="involve-block-subtitle">{{ $subtitle }}
{{ $content }}</p>
</div>
</div>