Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PR_TEMPLATE/first_time_contributor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Thank you for your interest in contributing to Cirq.

In order to discourage unchecked automatically-generated content,
we ask our first time contributors to follow the guidelines at
https://quantumai.google/cirq/dev/development and perform
local testing of their changes to ensure the PR is ready for review.

Please confirm with a short comment on this PR when this is done.
The comment should state the Python version and the operating system
used for testing, for example,

> Running check/all passes all tests locally using Python 3.13
> and a Debian Linux OS. Ready for review.

If some of the tests present too much difficulty to run locally or
to resolve, please note them in your comment. That said, we
expect that code formatting, lint checks and Python unit tests
for the changed files would be all done and addressed before
it is our turn to review the contribution.
Loading