New contributor declaration
-
I am not making a trivial change, such as fixing a typo in a comment.
-
I have written a PR description following these rules.
-
I have run
pre-commit run --from-ref origin/main --to-ref HEAD. -
Select one of the following.
- I have added tests.
/testforlittests/unittestfor C++ tests/python/testfor end-to-end tests
- This PR does not need a test because
FILL THIS IN.
- I have added tests.
-
Select one of the following.
- I have not added any
littests. - The
littests I have added follow these best practices, including the "tests should be minimal" section. (Usually running Python code and using the instructions it generates is not minimal.)
- I have not added any