From 44093bc3de494eb8bab96f91435a693db5f7e773 Mon Sep 17 00:00:00 2001 From: Bee <10378052+bee-san@users.noreply.github.com> Date: Thu, 10 Sep 2020 13:18:38 +0100 Subject: [PATCH] Updated What to check before a pull request (markdown) --- What-to-check-before-a-pull-request.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/What-to-check-before-a-pull-request.md b/What-to-check-before-a-pull-request.md index 73d8aca..00a0c9f 100644 --- a/What-to-check-before-a-pull-request.md +++ b/What-to-check-before-a-pull-request.md @@ -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. \ No newline at end of file +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** \ No newline at end of file