-
Notifications
You must be signed in to change notification settings - Fork 345
[chore] Update PR template - add AI usage disclosure #3596
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,12 +5,18 @@ Fixes # | |||||||||||
| Please provide a brief description of the changes here. | ||||||||||||
|
|
||||||||||||
| > [!IMPORTANT] | ||||||||||||
| > Pull requests acceptance are subject to the triage process as described in [Issue and PR Triage Management](https://github.com/open-telemetry/semantic-conventions/blob/main/issue-management.md). | ||||||||||||
| > PRs that do not follow the guidance above, may be automatically rejected and closed. | ||||||||||||
| > Pull request acceptance is subject to the triage process as described in [Issue and PR Triage Management](https://github.com/open-telemetry/semantic-conventions/blob/main/issue-management.md). | ||||||||||||
| > PRs that do not follow the guidance above may be automatically rejected and closed. | ||||||||||||
|
|
||||||||||||
| ## Merge requirement checklist | ||||||||||||
|
|
||||||||||||
| * [ ] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. | ||||||||||||
| * [ ] Change log entry added, according to the guidelines in [When to add a changelog entry](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md#when-to-add-a-changelog-entry). | ||||||||||||
| * If your PR does not need a change log, start the PR title with `[chore]` | ||||||||||||
| * [ ] Links to the prototypes or existing instrumentations (when adding or changing conventions) | ||||||||||||
| * [ ] Links to prototypes or existing instrumentations (when adding or changing conventions) | ||||||||||||
| * [ ] Disclose AI usage, see [OTel GenAI policy](https://github.com/open-telemetry/community/blob/main/policies/genai.md): | ||||||||||||
| * [ ] no AI used | ||||||||||||
| * [ ] AI-assisted | ||||||||||||
| * [ ] bulk AI-generated | ||||||||||||
|
Comment on lines
+17
to
+18
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Perhaps? If we believe PR authors would be honest enough to indicate they haven't read what they're submitting. |
||||||||||||
| * [ ] I have the experience and knowledge necessary to understand, review, and validate all content in this PR.[^I-know-my-stuff] | ||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. worth spelling out the ownership, as in owning the PR, as well? (following up on today's SIG call discussion) |
||||||||||||
|
|
||||||||||||
| [^I-know-my-stuff]: | ||||||||||||
| Yes, I can answer maintainer questions about the content of this PR without using AI. | ||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have a CI check for it, no need?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either way is fine but this way the author gets a hint even before opening the PR, potentially reducing noise by the failed check + update.