Skip to content

Commit 0475e40

Browse files
avinaltekton-robot
authored andcommitted
fix broken links and references and fix tables
- links and refs were broken due to a directory reorganization - fixed broken file and header references - remove unnecessary/non-fixable references - fix and format tables, this enhances readibility in raw markdown - fixes #1084 Signed-off-by: Avinal Kumar <[email protected]>
1 parent a5ab035 commit 0475e40

File tree

75 files changed

+409
-417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+409
-417
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and the individual `CONTRIBUTING.md` files in each respective project.
1111

1212
This repo contains documentation about interacting with the community as well as standard
1313
and processes that apply to all repos in `tektoncd`. PRs are welcome and should follow
14-
[the tektoncd pull request process](process.md#pull-request-process).
14+
[the tektoncd pull request process](./process/README.md#pull-request-process).
1515

16-
The [OWNERS](OWNERS) of this repo are the [members of the Tekton governing board](goverance.md).
16+
The [OWNERS](OWNERS) of this repo are the [members of the Tekton governing board](./governance.md).
1717
Any substantial changes to the policies in this repo should be reviewed by at least 50% of the
1818
governing board.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See our standards regarding:
2222

2323
- [Code of conduct](code-of-conduct.md)
2424
- [Design principles](design-principles.md)
25-
- [Commits](standards.md#commits)
25+
- [Commits](standards.md#commit-messages)
2626
- [Code](standards.md#code)
2727
- [User profiles](user-profiles.md)
2828
- [Releases](releases.md)
@@ -33,7 +33,7 @@ Find out about our processes:
3333
- [Propose features](./process/README.md#proposing-features)
3434
- [Contributor ladder](./process/contributor-ladder.md)
3535
- Pull request [reviews](./process/README.md#reviews) and [process](./process/README.md#pull-request-process)
36-
- [Propose projects](./process/README.md#proposing-projects)
36+
- [Propose projects](./process/projects.md)
3737
- [GitHub Org Management](org/README.md), including
3838
[requirements to join the org](org/README.md#requirements)
3939
- [The CDF CLA](./process/README.md#cla)

adopters.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,41 @@ Tell us about, we welcome [pull requests](https://github.com/tektoncd/community/
88

99
## Open Source Projects
1010

11-
| Project Name | Description | Repository |
12-
|--------------|-------------|---------|
13-
| [Shipwright](https://shipwright.io/) | Shipwright is an extensible framework for building container images on Kubernetes. | [https://github.com/shipwright-io](github.com/shipwright-io)
14-
| [Jenkins X](https://jenkins-x.io/) | All In One CI/CD including everything you need to start exploring Kubernetes | [github.com/jenkins-x](https://github.com/jenkins-x) |
15-
| kfp-tekton | Kubeflow Pipelines SDK for Tekton | [github.com/kubeflow/kfp-tekton](https://github.com/kubeflow/kfp-tekton/) |
16-
| OpenShift Pipelines | OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. | [github.com/openshift-pipelines](https://github.com/openshift-pipelines) |
17-
| FRSCA | OpenSSF's Factory for Repeatable Secure Creation of Artifacts (aka FRSCA pronounced Fresca) aims to help secure the supply chain by securing build pipelines. | [github.com/buildsec/frsca](https://github.com/buildsec/frsca) |
18-
| VSCode Tekton extension | VSCode extension to manage Tekton resources. | [github.com/redhat-developer/vscode-tekton](https://github.com/redhat-developer/vscode-tekton) |
19-
| JetBrains IDEs Tekton plugin | JetBrains IDEs plugin to manage Tekton resources. | [github.com/redhat-developer/intellij-tekton](https://github.com/redhat-developer/intellij-tekton) |
20-
| Automatiko Approval task | Brings approval tasks into Tekton pipeline with various strategies (single approval, multiple approvals, four eye based approval). | [github.com/automatiko-io/automatiko-approval-task](https://github.com/automatiko-io/automatiko-approval-task) |
21-
| [EPAM Delivery Platform (EDP)](https://epam.github.io/edp-install/) | Cloud-agnostic SaaS/PaaS solution for software development with a pre-defined set of CI/CD pipelines and tools, enabling to kickstart development quickly with established processes for code review, release, versioning, branching, and deployment. | [github.com/epam/edp-tekton](https://github.com/epam/edp-tekton)
11+
| Project Name | Description | Repository |
12+
|------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
13+
| [Shipwright](https://shipwright.io/) | Shipwright is an extensible framework for building container images on Kubernetes. | [https://github.com/shipwright-io](https://github.com/shipwright-io) |
14+
| [Jenkins X](https://jenkins-x.io/) | All In One CI/CD including everything you need to start exploring Kubernetes | [github.com/jenkins-x](https://github.com/jenkins-x) |
15+
| kfp-tekton | Kubeflow Pipelines SDK for Tekton | [github.com/kubeflow/kfp-tekton](https://github.com/kubeflow/kfp-tekton/) |
16+
| OpenShift Pipelines | OpenShift Pipelines is a cloud-native, continuous integration and continuous delivery (CI/CD) solution based on Kubernetes resources. | [github.com/openshift-pipelines](https://github.com/openshift-pipelines) |
17+
| FRSCA | OpenSSF's Factory for Repeatable Secure Creation of Artifacts (aka FRSCA pronounced Fresca) aims to help secure the supply chain by securing build pipelines. | [github.com/buildsec/frsca](https://github.com/buildsec/frsca) |
18+
| VSCode Tekton extension | VSCode extension to manage Tekton resources. | [github.com/redhat-developer/vscode-tekton](https://github.com/redhat-developer/vscode-tekton) |
19+
| JetBrains IDEs Tekton plugin | JetBrains IDEs plugin to manage Tekton resources. | [github.com/redhat-developer/intellij-tekton](https://github.com/redhat-developer/intellij-tekton) |
20+
| Automatiko Approval task | Brings approval tasks into Tekton pipeline with various strategies (single approval, multiple approvals, four eye based approval). | [github.com/automatiko-io/automatiko-approval-task](https://github.com/automatiko-io/automatiko-approval-task) |
21+
| [EPAM Delivery Platform (EDP)](https://epam.github.io/edp-install/) | Cloud-agnostic SaaS/PaaS solution for software development with a pre-defined set of CI/CD pipelines and tools, enabling to kickstart development quickly with established processes for code review, release, versioning, branching, and deployment. | [github.com/epam/edp-tekton](https://github.com/epam/edp-tekton) |
2222

2323

2424
## Vendors
2525

26-
| Company | How we use Tekton | Notes | May use logo in Tekton public presentations (optional) |
27-
|---------|-----------|---------|----------|
28-
| IBM | IBM offers Tekton as a Service through IBM Cloud Continuous Delivery Pipelines| [IBM Cloud Continuous Delivery](https://www.ibm.com/cloud/continuous-delivery)| Yes |
29-
| Google | Tekton is designed to work well with Google Cloud-specific Kubernetes tooling. This includes deployments to Google Kubernetes Engine as well as artifact storage and scanning using Container Registry. You can also build, test, and deploy across multiple environments such as VMs, serverless, Kubernetes, or Firebase.| [Tekton on Google Cloud](https://cloud.google.com/tekton)| Yes |
26+
| Company | How we use Tekton | Notes | May use logo in Tekton public presentations (optional) |
27+
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|--------------------------------------------------------|
28+
| IBM | IBM offers Tekton as a Service through IBM Cloud Continuous Delivery Pipelines | [IBM Cloud Continuous Delivery](https://www.ibm.com/cloud/continuous-delivery) | Yes |
29+
| Google | Tekton is designed to work well with Google Cloud-specific Kubernetes tooling. This includes deployments to Google Kubernetes Engine as well as artifact storage and scanning using Container Registry. You can also build, test, and deploy across multiple environments such as VMs, serverless, Kubernetes, or Firebase. | [Tekton on Google Cloud](https://cloud.google.com/tekton) | Yes |
3030

3131

3232

3333
## End Users
3434

35-
| Company | How we use Tekton | Notes | May use logo in Tekton public presentations (optional) |
36-
|---------|-----------|---------|----------|
37-
| IBM | Tekton is used as the basis of IBM Cloud's broadly adopted internal DevSecOps pipelines | | Yes |
38-
| Marriott Vacations Worldwide | All corporate CI/CD pipelines were migrated from Jenkins to Tekton, running on ROSA (RedHat Openshift Service on AWS) | | Yes |
39-
| Nubank | Tekton is the basis of the Nubank's primary CI/CD platform, supporting millions of builds per month | | Yes |
40-
| OneStock | Tekton is central to OneStock's CI/CD operations, managing 35+ different pipelines for 500+ repositories | | Yes |
35+
| Company | How we use Tekton | Notes | May use logo in Tekton public presentations (optional) |
36+
|------------------------------|-----------------------------------------------------------------------------------------------------------------------|-------|--------------------------------------------------------|
37+
| IBM | Tekton is used as the basis of IBM Cloud's broadly adopted internal DevSecOps pipelines | | Yes |
38+
| Marriott Vacations Worldwide | All corporate CI/CD pipelines were migrated from Jenkins to Tekton, running on ROSA (RedHat Openshift Service on AWS) | | Yes |
39+
| Nubank | Tekton is the basis of the Nubank's primary CI/CD platform, supporting millions of builds per month | | Yes |
40+
| OneStock | Tekton is central to OneStock's CI/CD operations, managing 35+ different pipelines for 500+ repositories | | Yes |
4141

4242
## Tekton Friends
4343

4444
Meet more [Tekton friends](https://github.com/tektoncd/friends/)
4545

4646
<p align="center">
47-
<img src="https://github.com/tektoncd/friends/raw/main/tekton-friends.png" alt="Tekton Friends logo (Tekton logo with rabbit and dog"></img>
47+
<img src="https://github.com/tektoncd/friends/raw/main/tekton-friends.png" alt="Tekton Friends logo (Tekton logo with rabbit and dog">
4848
</p>

governance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ one year: every year either two or three of the seats are up for election.
2222
### Current members
2323

2424
| Full Name | Company | GitHub | Slack | Elected On | Until |
25-
| ----------------- | :--------: | ------------------------------------------- | ------------------------------------------------------------- | ---------- | -------- |
25+
|-------------------|:----------:|---------------------------------------------|---------------------------------------------------------------|------------|----------|
2626
| Andrea Frittoli | IBM | [afrittoli](https://github.com/afrittoli) | [@Andrea Frittoli](https://tektoncd.slack.com/team/UJ411P2CC) | Feb 2022 | Feb 2024 |
2727
| Billy Lynch | Chainguard | [wlynch](https://github.com/wlynch) | [@Billy Lynch](https://tektoncd.slack.com/team/UJ7BLGSB0) . | Feb 2023 | Feb 2024 |
2828
| Dibyo Mukherjee | Google | [dibyom](https://github.com/dibyom) | [@Dibyo Mukherjee](https://tektoncd.slack.com/team/UJ73HM7PZ) | Feb 2023 | Feb 2025 |
@@ -35,7 +35,7 @@ distributed across the five members of the committee.
3535
#### Former members ❤️
3636

3737
| Full Name | GitHub | Slack | Elected On | Until |
38-
| --------------- | --------------------------------------------- | ------------------------------------------------------------- | ------------------- | -------- |
38+
|-----------------|-----------------------------------------------|---------------------------------------------------------------|---------------------|----------|
3939
| Priya Wadhwa | [priyawadhwa](https://github.com/priyawadhwa) | [@Priya Wadhwa](https://tektoncd.slack.com/team/U02T0CS9PN0) | Feb 2022 | Feb 2023 |
4040
| Christie Wilson | [bobcatfish](https://github.com/bobcatfish) | [@Christie Wilson](https://tektoncd.slack.com/team/UJ6DECY78) | Bootstrap committee | Feb 2023 |
4141
| Andrew Bayer | [abayer](https://github.com/abayer) | [@Andrew Bayer](https://tektoncd.slack.com/team/UJ6DJ4MSS) | Feb 2020 | Feb 2022 |
@@ -85,7 +85,7 @@ The committee is responsible for a series of specific artifacts and activities:
8585

8686
- The [Code of Conduct](code-of-conduct.md) and handling violations
8787
- The [Project Communication Channels](contact.md)
88-
- The [Contribution Process](process.md) and
88+
- The [Contribution Process](./process/README.md) and
8989
[Development Standards](standards.md)
9090
- The [Tekton Mission and Vision](roadmap.md)
9191
- Select [election officers](#election-officers) to run elections
@@ -108,7 +108,7 @@ be altered or dropped.
108108

109109
### Voter Eligibility
110110

111-
Anyone who has at least 15 [contributions](process.md#contributions) in the last
111+
Anyone who has at least 15 [contributions](./process/README.md#contributions) in the last
112112
12 months. The
113113
[dashboard on tekton.devstats.cd.foundation](https://tekton.devstats.cd.foundation/d/9/developer-activity-counts-by-repository-group-table?orgId=1&var-period_name=Last%20year&var-metric=contributions&var-repogroup_name=All&var-country_name=All)
114114
will show GitHub based contributions; contributions that are not GitHub based

org/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ are a member of the tektoncd org or not!
1818

1919
If you are regularly contributing to repos in tektoncd, then you can become a
2020
member of the Tekton GitHub organization in order to have tests run against your
21-
pull requests without requiring [`ok-to-test`](process.md#prow-commands).
21+
pull requests without requiring [`ok-to-test`](../process/README.md#prow-commands).
2222
Being part of the org also makes it possible to have issues assigned.
2323

2424
To be eligible to become a member of the org you must (note that this is at the

process/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ In general, you should follow the
6868
[Tekton Enhancement Proposals (`TEP`) process](./tep-process.md). A Tekton Enhancement
6969
Proposal (TEP) is a way to propose, communicate and coordinate on new efforts
7070
for the Tekton project. You can read the full details of the project in
71-
[TEP-1](./teps/0001-tekton-enhancement-proposal-process.md).
71+
[TEP-1](../teps/0001-tekton-enhancement-proposal-process.md).
7272

7373
Some suggestions for how to do this:
7474

7575
1. Write up a design doc and share it with
76-
[the mailing list](contact.md#mailing-list).
77-
2. Bring your design/ideas to [our working group meetings](working-groups.md)
76+
[the mailing list](../contact.md#mailing-list).
77+
2. Bring your design/ideas to [our working group meetings](../working-groups.md)
7878
for discussion.
7979
3. Write a [`TEP`](./tep-process.md) from the initial design doc and working group
8080
feedback.
@@ -87,7 +87,7 @@ A great proposal will include:
8787
yourself to brainstorm a couple more approaches may give you new ideas or make
8888
clear that your initial proposal is the best one
8989

90-
Also feel free to reach out to us on [slack](contact.md#slack) if you want any
90+
Also feel free to reach out to us on [slack](../contact.md#slack) if you want any
9191
help/guidance.
9292

9393
Thanks so much!!
@@ -110,7 +110,7 @@ See our [contributor ladder](./contributor-ladder.md) for more information.
110110
## Reviews
111111

112112
Reviewers will be auto-assigned by [Prow](#pull-request-process) from the
113-
[OWNERS](#OWNERS), which acts as suggestions for which `OWNERS` should review
113+
[OWNERS](../OWNERS), which acts as suggestions for which `OWNERS` should review
114114
the PR. (OWNERS, your review requests can be viewed at
115115
[https://github.com/pulls/review-requested](https://github.com/pulls/review-requested)).
116116

@@ -146,7 +146,7 @@ Before a PR can be merged, it must have both `/lgtm` AND `/approve`:
146146
- `/lgtm` can be added by
147147
["Reviewers"](https://github.com/tektoncd/community/blob/main/process.md#reviewer), aka anyone in
148148
Reviewer team specific to the repo
149-
- `/approve` can be added only by [OWNERS](#owners)
149+
- `/approve` can be added only by [OWNERS](../OWNERS)
150150

151151
The merge will happen automatically once the PR has both `/lgtm` and `/approve`,
152152
and all tests pass. If you don't want this to happen you should
@@ -199,7 +199,7 @@ individual CLA or indicate your affilation with a company that has signed it
199199
part of the company, for example often this is managed via the domain your email
200200
address).
201201

202-
Members of [the governing board](governance.md) are authorized to administer the
202+
Members of [the governing board](../governance.md) are authorized to administer the
203203
CDF CLA via the website and can control which repos it is applied to.
204204

205205
## Postmortems

0 commit comments

Comments
 (0)