Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Oct 28, 2024
1 parent 1fc9755 commit 79bc8d5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion guides/contributor/genai.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ understanding of the project to evaluate the LLM output, and to know when to
accept or reject it. Therefore, we ask that contributors do not rely on LLM
output as the sole basis for their contributions.

Examples of this include: -
Examples of this include:

- Copying and pasting LLM output into issues or pull requests without any
additional context or explanation.
Expand Down Expand Up @@ -73,3 +73,11 @@ _Q: How do I address contributors who are making consistent, low-effort contribu
If an individual contributor continues to engage in low-effort PRs or issues,
_and_ you have exhausted other avenues of communication, please escalate the
situation to the OpenTelemetry Governance Committee.

_Q: Can I use LLM or Generative AI tooling to assist in my own work as a maintainer?_
In general, you should evaluate the output of LLMs -- regardless of how you use
them -- in the same way you'd evaluate the output of a human contributor or
non-AI tool. For example, tools like [Dosu](https://dosu.dev/) are being used in

Check warning on line 80 in guides/contributor/genai.md

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (Dosu)
certain respositories to aid in code review and issue management. Remember that

Check warning on line 81 in guides/contributor/genai.md

View workflow job for this annotation

GitHub Actions / spelling-check

Unknown word (respositories)
these tools can make mistakes, and use your best judgement when evaluating their
output.

0 comments on commit 79bc8d5

Please sign in to comment.