Skip to content

Commit d224cf1

Browse files
dashpoleCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7c1e063 commit d224cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For docs-only, test-only, or review-only tasks, still start with the required re
4747
- Keep docs aligned with actual behavior. Do not leave stale comments, stale examples, or stale package documentation behind.
4848
- For user-visible changes, update `CHANGELOG.md` under the appropriate `Added`, `Changed`, `Deprecated`, `Fixed`, or `Removed` section within `## [Unreleased]`.
4949
- Always put the PR number at the end of the line (e.g., `(#1234)`), NOT the issue number.
50-
- When initially pushing the change (before the PR is created), use `(#TODO)` for the PR number. Update it to the actual PR number once the PR has been created.
50+
- If the PR number is not yet known, omit it until the PR is created, then update the changelog entry before merging.
5151
- Always use references to the go module that is updated (e.g., `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`), instead of just the path (e.g., `instrumentation/net/http/otelhttp`).
5252

5353
## Repository habits

0 commit comments

Comments
 (0)