Development Tips Check for compile-time warnings Before opening your PR check the compilation for new compile-time warnings. Check for credo issues Run mix credo and address the issues it reports Check for proper inline documentation Run mix inch and add proper inline documentation where it reports.