forked from tektoncd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Community page with links to guidelines, communication channels and the community repository.
- Loading branch information
1 parent
0fdec20
commit fb51eb3
Showing
4 changed files
with
140 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Community | ||
menu: | ||
main: | ||
weight: 30 | ||
--- | ||
|
||
Find more information on the [Tekton Community | ||
repository](https://github.com/tektoncd/community). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{{ define "main" }} | ||
|
||
<a class="td-offset-anchor"></a> | ||
<section class="row td-box td-box--1 position-relative td-box--danger td-box--gradient td-box--height-auto"> | ||
<div class="container text-center td-arrow-down"> | ||
<span class="h4 mb-0"> | ||
<h1>Welcome to the Tekton Community!</h1> | ||
<p>Our misson is to be the industry-standard, cloud-native CI/CD | ||
platform components and ecosystem.</p> | ||
</span> | ||
</div> | ||
</section> | ||
|
||
{{ partial "community-links.html" . }} | ||
|
||
<div class="td-content"> | ||
{{ .Content }} | ||
</div> | ||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<section class="row td-box td-box--4 td-box--gradient td-box--height-auto linkbox"> | ||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> | ||
<h2>Get involved</h2> | ||
<p>Read our contribution standards:</p> | ||
<ul> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/code-of-conduct.md"> | ||
Code of conduct</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/design-principles.md"> | ||
Design principles</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/standards.md#commits"> | ||
Commits standards</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/standards.md#code"> | ||
Code standards</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/user-profiles.md"> | ||
User profiles</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/releases.md"> | ||
Release cycles</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> | ||
<h2>Reach out</h2> | ||
<p>Join our community spaces:</p> | ||
<ul> | ||
<li><i class="fab fa-slack fa-fw"></i> | ||
<a href="https://join.slack.com/t/tektoncd/shared_invite/enQtNjQ1NjQzNTQ3MDQwLTc5MWU4ODg3MGJiYjllZjlmMWI0YWFlMzJjMTkyZGEyMTFhYzY1ZTkzZGU0M2I3NGEyYjU2YzNhOTE4OWQyZTM"> | ||
Join the Tekton Slack!</a> | ||
</li> | ||
<li><i class="fab fa-twitter fa-fw"></i> | ||
<a href="https://twitter.com/tektoncd"> | ||
Follow us on Twitter</a> | ||
</li> | ||
|
||
<li><i class="fa fa-inbox fa-fw"></i> | ||
<a href="https://groups.google.com/forum/#!forum/tekton-dev"> | ||
Tekton developers mailing list</a> | ||
</li> | ||
<li><i class="fa fa-inbox fa-fw"></i> | ||
<a href="https://groups.google.com/forum/#!forum/tekton-users"> | ||
Tekton users mailing list</a> | ||
</li> | ||
<li><i class="fa fa-calendar fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/working-groups.md"> | ||
Working groups and meetings</a> | ||
</li> | ||
<li><i class="fab fa-google-drive fa-fw"></i> | ||
<a href="https://drive.google.com/drive/u/0/folders/0AFOvPxM9MpebUk9PVA"> | ||
The Tekton Developer's shared Drive</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> | ||
<h2>Contribution process</h2> | ||
<p>Check out our processes:</p> | ||
<ul> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/process.md#finding-something-to-work-on"> | ||
Find something to work on</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/process.md#proposing-features"> | ||
Propose new features</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/process.md#contributor-ladder"> | ||
Contributor ladder</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/process.md#reviews"> | ||
Pull requests reviews</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/process.md#proposing-projects"> | ||
Propose new projects</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/org/README.md"> | ||
GitHub Org management</a> | ||
</li> | ||
<li><i class="fab fa-github fa-fw"></i> | ||
<a href="https://github.com/tektoncd/community/blob/main/org/README.md"> | ||
Contributor's Licence Agreement</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6"> | ||
<h2>Learn about Tekton users</h2> | ||
<p>Open source projects, cloud vendors, and end users are building | ||
amazing things with Tekton. Check out the | ||
<a href="https://github.com/tektoncd/community/blob/main/adopters.md"> | ||
list of Tekton Adopers</a> to learn more.</p> | ||
</div> | ||
</section> |