Updated What to check before a pull request (markdown)

Bee 2020-10-05 12:52:29 +01:00
parent 91d11606ad
commit 2c9a1a4eff
1 changed files with 7 additions and 1 deletions

@ -59,4 +59,10 @@ In this case, the Galactic dictionary is in CipheyDists, it is in the translate
This is our [resource loader](https://github.com/Ciphey/Ciphey/wiki/Extending-Ciphey#resourceloader). You don't need to know much about it, other than it allows you to select resources without memorising weird file paths.
**Make sure to bump up the version of CipheyDists in your fork when we push a release to CipheyDists**
**Make sure to bump up the version of CipheyDists in your fork when we push a release to CipheyDists**
# Mathematical Functions
Do you have a generic mathematical function like `modInv` (Modular Inverse)? Do you think this will come up again in another cracker / decoder?
Add it to our small maths library [https://github.com/Ciphey/Ciphey/blob/master/ciphey/mathsHelper.py](https://github.com/Ciphey/Ciphey/blob/master/ciphey/mathsHelper.py).