Insert your PR description here. Thanks for contributing to pyQuil! 🙂
- The PR targets the
rc
branch (notmaster
). - Commit messages are prefixed with one of the prefixes outlined in the commit syntax checker (see
pattern
field). - The above description motivates these changes.
- There is a unit test that covers these changes.
- All new and existing tests pass locally and on the PR's checks.
- Parameters and return values have type hints with PEP 484 syntax.
- Functions and classes have useful Sphinx-style docstrings.
- All code follows Black style and obeys
flake8
conventions. - (New Feature) The docs have been updated accordingly.
- (Bugfix) The associated issue is referenced above using auto-close keywords.
- The changelog is updated, including author and PR number (@username, #1234).