This checklist is used to make sure that common guidelines for a pull request are followed.
- Have you run
./scripts/ci/test_static.sh
locally? (pip install pylint flake8
required) - Have you run
python scripts/ci/test_index.py -q
locally?
For new extensions:
- My extension description/summary conforms to the Extension Summary Guidelines.