Skip to content

Commit

Permalink
Rewrite to shorten & avoid the "wall of text"
Browse files Browse the repository at this point in the history
Early feedback from Craig is that the previous text was too dense. I'm
not sure it was that bad, but we can still do better, and add a bit
more info while we're att it.

Here's version 2.0 of the text.
  • Loading branch information
mhucka committed Mar 7, 2025
1 parent 7eb7c0f commit 9620f62
Showing 1 changed file with 25 additions and 33 deletions.
58 changes: 25 additions & 33 deletions .github/workflows/first-interaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,48 +35,40 @@ jobs:
Hello and welcome, ${{github.actor}} 👋!
Thanks for filing your first issue with the ${{github.repository}}
project! We are glad you are here and are excited to see your first
contribution. Please keep in mind our [community participation
guidelines](${{env.files}}/CODE_OF_CONDUCT.md).
project! Here are some quick tips:
If this is a bug report, we will probably need the following
details in order to diagnose the issue. If you did not include it
in the original issue description, please consider providing it
now because it will probably save everyone time in the long run:
- Please make sure to read our [community participation
guidelines](${{env.files}}/CODE_OF_CONDUCT.md).
- [ ] Environment you are using (MacOS, Windows, Colab, etc.)
- [ ] Version of Python you are using
- [ ] Steps to reproduce the issue
- If this is a bug report, we'll probably need the following
details in order to diagnose the issue. If they're not in the
original issue description, please consider adding them now:
Please allow time for the project community to be able to read the
issue and act on it. In the meantime, you may want to look through
the [existing open issues](${{env.repo}}/issues) to see if any look
similar to yours. If you find a similar or identical issue,
consider closing this one; if you don't want to close this one, it
would be helpful if you could write a comment here that references
the related issue and explains how this new one differs from the
other one.
- [ ] Environment you are using (MacOS, Windows, Colab, etc.)
- [ ] Version of Python you are using
- [ ] Steps to reproduce the issue
This is an automatically-generated message.
- Please look through [existing issues](${{env.repo}}/issues) for
any that look the same as this one. If you find a similar issue,
consider closing this one; if you don't want to close this one, can
you explain how this new one differs from the other one?
pr-message: |
Hello and welcome, ${{github.actor}} 👋!
Thanks for making your first pull request to the
${{github.repository}} project! We are glad you are here and are
excited to see your first contribution. Please keep in mind our
[community code of conduct](${{env.files}}/CODE_OF_CONDUCT.md).
${{github.repository}} project! Here are some quick tips:
Since this is your first pull request with this project, the
automated check for the Google [Contributor License
Agreement](https://cla.developers.google.com/about) (CLA) will
trigger and may request that you to sign the CLA. More information
about the agreement can be found in the project's [contributing
guide](${{env.files}}/CONTRIBUTING.md).
- Please make sure to read the [contributing
guide](${{env.files}}/CONTRIBUTING.md) and [community participation
guidelines](${{env.files}}/CODE_OF_CONDUCT.md).
If this pull request is to fix a bug, please reference the relevant
issue number in the project [issue tracker](${{env.repo}}/issues).
- All contributors must sign the [Contributor License
Agreement](https://cla.developers.google.com/about) (CLA). If
[googlebot](https://github.com/googlebot) leaves a comment on this
pull request, make sure you follow the instructions it provides.
Please allow time for the project community to be able to read and
evaluate your pull request.
- If this pull request fixes a bug, please reference the relevant
issue number in the [issue tracker](${{env.repo}}/issues).
This is an automatically-generated message.
Please allow time for the project community to be able to read and
evaluate your pull request. Thanks again!

0 comments on commit 9620f62

Please sign in to comment.