Updated What to check before a pull request (markdown)

Bee 2020-09-10 13:18:38 +01:00
parent 3f7940227a
commit 44093bc3de
1 changed files with 3 additions and 1 deletions

@ -57,4 +57,6 @@ Fill out the description (what it is you're getting from CipheyDists), whether o
In this case, the Galactic dictionary is in CipheyDists, it is in the translate subdirectory and it is called "galactic". If we look at the [code](https://github.com/Ciphey/CipheyDists/blob/master/cipheydists/translate/galactic.json) we can see this is true.
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.
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**