You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-19 21:45:50 +02:00
docs: update AGENTS.md with CHANGELOG conventions (#8393)
This commit is contained in:
@@ -47,6 +47,9 @@ For docs-only, test-only, or review-only tasks, still start with the required re
|
||||
- Prefer examples over long code snippets in GoDoc when practical.
|
||||
- Keep docs aligned with actual behavior. Do not leave stale comments, stale examples, or stale package documentation behind.
|
||||
- For user-visible changes, update `CHANGELOG.md` under the appropriate `Added`, `Changed`, `Deprecated`, `Fixed`, or `Removed` section within `## [Unreleased]`.
|
||||
- Always put the PR number at the end of the line (e.g., `(#1234)`), NOT the issue number.
|
||||
- If the PR number is not yet known, omit it until the PR is created, then update the changelog entry before merging.
|
||||
- Always use references to the go module that is updated (e.g., `go.opentelemetry.io/otel/sdk/metric`), instead of just the path (e.g., `sdk/metric`).
|
||||
|
||||
## Repository habits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user