Thanks for your contribution! To make sure everything is in place, please check the instructions below. If anything is unclear or does not work, don't hesitate to submit the PR as is.
- If the changes warrant a release (if in doubt, assume yes), bump the version numbers of the affected packages.
The version number is of the format
YYYY.MM-NN
, whereYYYY
andMM
are the current year and month, andNN
is a two digit number counting upwards, starting from01
each month. - Look for warnings of the following format when loading packages:
If such a warning appears, copy the file at
WARNING: The file <file> in package <package> differs from the automatically generated one. You can view the automatically generated file at the following path: <tmp_path>
<tmp_path>
to<file>
in package<package>
. - Run
FreydCategoriesForCAP/examples/generate_documentation.g
to update the documentation. - Execute
make test
inCompilerForCAP
to update the precompiled code. - Add and commit all files changed by the steps above.