Skip to content

docs: Restructure DEVELOPMENT.md for developer-first workflow - #3805

Open
TheDevCodingKen wants to merge 3 commits into
tektoncd:mainfrom
TheDevCodingKen:docs/dev-guide-rewrite
Open

docs: Restructure DEVELOPMENT.md for developer-first workflow#3805
TheDevCodingKen wants to merge 3 commits into
tektoncd:mainfrom
TheDevCodingKen:docs/dev-guide-rewrite

Conversation

@TheDevCodingKen

@TheDevCodingKen TheDevCodingKen commented Jul 24, 2026

Copy link
Copy Markdown

Restructures the development guide to prioritize the local 'kind' development loop as the primary path for new contributors. Moves the heavy cloud infrastructure (GKE/OpenShift) setups to an advanced section and removes outdated Kubernetes version flags.

Context

Relevant conversation thread in the operator channel of Tekton Slack

Changes

Fixes #1914

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Release Notes

Restructures the development guide to prioritize the local 'kind' development loop as the primary path for new contributors. Moves the heavy cloud infrastructure (GKE/OpenShift) setups to an advanced section and removes outdated Kubernetes version flags.

Restructures the development guide to prioritize the local 'kind'
development loop as the primary path for new contributors. Moves the
heavy cloud infrastructure (GKE/OpenShift) setups to an advanced
section and removes outdated Kubernetes version flags.
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jul 24, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign pratap0007 after the PR has been reviewed.
You can assign the PR to them by writing /assign @pratap0007 in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@linux-foundation-easycla

linux-foundation-easycla Bot commented Jul 24, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: TheDevCodingKen / name: TheDevCodingKen (b7a862f)

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 24, 2026
@jkhelil
jkhelil requested a review from Copilot July 24, 2026 09:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR restructures DEVELOPMENT.md to lead with a local kind-based workflow for faster contributor onboarding, and moves cloud-provider setup guidance (e.g., GKE) into an “Advanced” section to keep the default path lightweight.

Changes:

  • Reorganizes the guide around a recommended local kind development loop (make dev-setup, build/apply, iterate).
  • Moves GKE setup into an “Cloud Environments (Advanced)” section and updates the GKE guidance to avoid the previously broken external link (Issue #1914 context).
  • Simplifies and refreshes the “Additional Resources” section for new contributors.
Comments suppressed due to low confidence (12)

DEVELOPMENT.md:42

  • This code block contains shell commands but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:166

  • This code block contains shell commands but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:179

  • This code block contains shell commands but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:73

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:79

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:97

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:103

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:109

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:115

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:125

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:131

  • This code block contains a make command but is labeled as go, which results in incorrect syntax highlighting.
```go

DEVELOPMENT.md:201

  • This code block contains shell commands but is labeled as go, which results in incorrect syntax highlighting.
```go

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
Comment thread DEVELOPMENT.md Outdated
TheDevCodingKen and others added 2 commits July 24, 2026 11:40
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@TheDevCodingKen

Copy link
Copy Markdown
Author

/assign @anithapriyanatarajan

@codecov-commenter

codecov-commenter commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.40%. Comparing base (0c7ae21) to head (ee74e3c).
⚠️ Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3805      +/-   ##
==========================================
- Coverage   25.47%   25.40%   -0.08%     
==========================================
  Files         449      449              
  Lines       23363    23477     +114     
==========================================
+ Hits         5952     5964      +12     
- Misses      16725    16822      +97     
- Partials      686      691       +5     
Flag Coverage Δ
unit-tests 25.40% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@anithapriyanatarajan

anithapriyanatarajan commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@TheDevCodingKen - could you allow maintainer edit for this PR. Also would appreciate if you could remove that screenshot from PR description and include the slack link. Thank you

@TheDevCodingKen

Copy link
Copy Markdown
Author

@TheDevCodingKen - could you allow maintainer edit for this PR. Also would appreciate if you could remove that screenshot from PR description and include the slack link. Thank you

No problem at all, @anithapriyanatarajan. I've made these changes.

@TheDevCodingKen

Copy link
Copy Markdown
Author

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign pratap0007 after the PR has been reviewed. You can assign the PR to them by writing /assign @pratap0007 in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details
Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

/assign @pratap0007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link broken on tektoncd/operator/blob/main/DEVELOPMENT.md

6 participants