Skip to content

Prepare For Merge

Joseph Harkleroad edited this page Sep 26, 2024 · 4 revisions

Prepare to Merge

Steps

  1. Run the test cases: python -m test
  2. Run the linters:
    1. pycodestyle --max-line-length=100 ./
    2. ./devops/scripts/run_pylint.sh
  3. Verify CHANGELOG.md was updated (if applicable)
  4. Verify README.md was updated (if applicable)

Clone this wiki locally