-
Notifications
You must be signed in to change notification settings - Fork 76
Coding Guidelines
xulabs edited this page Aug 27, 2019
·
2 revisions
We prefer a rebase workflow and occasional feature branches. Most work happens directly on the master
branch. For that reason, we recommend setting the pull.rebase
setting to true.
git config --global pull.rebase true
To keep the repository slim for faster downloading. Please only add text files, if possible. The figures and data files can be added to other places and hyperlinked.
Use PEP 8
to format python code.