Skip to content

improve: add documentation guidline for agents#3339

Merged
csviri merged 2 commits into
operator-framework:mainfrom
csviri:docs-guidline-for-agent
May 11, 2026
Merged

improve: add documentation guidline for agents#3339
csviri merged 2 commits into
operator-framework:mainfrom
csviri:docs-guidline-for-agent

Conversation

@csviri
Copy link
Copy Markdown
Collaborator

@csviri csviri commented May 8, 2026

Signed-off-by: Attila Mészáros a_meszaros@apple.com

Copilot AI review requested due to automatic review settings May 8, 2026 10:37
@openshift-ci openshift-ci Bot requested review from metacosm and xstefank May 8, 2026 10:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds contributor/agent guidance to ensure user-facing changes are reflected in the Hugo documentation, alongside a small documentation snippet tweak and an update to ignored local tooling files.

Changes:

  • Added a “Documentation Update” section to AGENTS.md describing when/where to update docs and basic guidelines.
  • Tweaked a Java cleanup example snippet formatting in the reconciler documentation.
  • Updated .gitignore to ignore a local .claude/ directory.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/content/en/docs/documentation/reconciler.md Updates the cleanup code snippet formatting in reconciler docs.
AGENTS.md Adds documentation-update guidance for contributors/agents (where to edit docs, when to update, and guidelines).
.gitignore Ignores .claude/ local directory.

Comment on lines +101 to 105
public DeleteControl cleanup(MyCustomResource customResource,Context context) {
// omitted code

return DeleteControl.defaultDelete();
return DeleteControl.defaultDelete();
}
Comment thread AGENTS.md Outdated
csviri added 2 commits May 11, 2026 10:55
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
@csviri csviri force-pushed the docs-guidline-for-agent branch from 6b7f89d to a26c400 Compare May 11, 2026 08:55
@csviri csviri merged commit acead52 into operator-framework:main May 11, 2026
43 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants