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

Update Tekton development processes section URLs #6225

Merged
Merged
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
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ To set up your environment and begin working on our code, see [Developing for Te
- [Adopting good development principles](https://github.com/tektoncd/community/blob/main/standards.md#principles)
- [Writing useful commit messages](https://github.com/tektoncd/community/blob/main/standards.md#commit-messages)
- [Contacting other contributors](https://github.com/tektoncd/community/blob/main/contact.md)
- [Tekton development processes](https://github.com/tektoncd/community/blob/main/process.md), including:
- [Finding things to work on](https://github.com/tektoncd/community/blob/main/process.md#finding-something-to-work-on)
- [Proposing new features](https://github.com/tektoncd/community/blob/main/process.md#proposing-features)
- [Performing code reviews](https://github.com/tektoncd/community/blob/main/process.md#reviews)
- [Becoming a code owner](https://github.com/tektoncd/community/blob/main/process.md#owners)
- [Tekton development processes](https://github.com/tektoncd/community/tree/main/process#readme), including:
- [Finding things to work on](https://github.com/tektoncd/community/tree/main/process#finding-something-to-work-on)
- [Proposing new features](https://github.com/tektoncd/community/tree/main/process#proposing-features)
- [Performing code reviews](https://github.com/tektoncd/community/tree/main/process#reviews)
- [Becoming a community member and maintainer](https://github.com/tektoncd/community/blob/main/process/contributor-ladder.md)
- [Making changes to the Tekton API](api_compatibility_policy.md#approving-api-changes)
- [Understanding the Tekton automation infrastructure](https://github.com/tektoncd/plumbing)

Expand Down