- Be sure to
source activate macad-gym
before developing/testing - Be sure to
git pull
often to make sure you are working on the latest copy - Follow PEP8 coding standards and Google style.
- Before pushing your local commits, Run
bash .ci/format_code.sh
, this will reformat the files you have changed to automatically make them follow the recommended standard and show you the list of updated file. Review the changes and if all looks good, stage them again and then push- You can also auto format specific files using this command:
bash .ci/format_code.sh --files <PATH_TO_FILE1> <PATH_TO_FILE2>
- You can also auto format specific files using this command:
- Make sure the CI pipeline reports success. If not, please look at the CI run's log file, fix the reported errors