Skip to content

Commit b3366ab

Browse files
pavoljuhasmhucka
andauthored
Add pull-request note for the first-time contributors (#8016)
Here is a text for the initial response to first-time contributors asking them to perform local testing of their PR. It is hoped that this process would encourage a due level of attention to the correctness and quality of proposed changes. --------- Co-authored-by: Michael Hucka <mhucka@google.com>
1 parent 7e113e6 commit b3366ab

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Thank you for your interest in contributing to Cirq.
2+
3+
In order to discourage unchecked automatically-generated content,
4+
we ask our first time contributors to follow the guidelines at
5+
https://quantumai.google/cirq/dev/development and perform
6+
local testing of their changes to ensure the PR is ready for review.
7+
8+
Please confirm with a short comment on this PR when this is done.
9+
The comment should state the Python version and the operating system
10+
used for testing, for example,
11+
12+
> Running check/all passes all tests locally using Python 3.13
13+
> and a Debian Linux OS. Ready for review.
14+
15+
If some of the tests present too much difficulty to run locally or
16+
to resolve, please note them in your comment. That said, we
17+
expect that code formatting, lint checks and Python unit tests
18+
for the changed files would be all done and addressed before
19+
it is our turn to review the contribution.

0 commit comments

Comments
 (0)