From 5936ab022ee9a9e6c3d19e6f0552a636c0ae5be6 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre <8083459+ryanoasis@users.noreply.github.com> Date: Wed, 25 Oct 2017 19:33:11 -0400 Subject: [PATCH] Update contributing.md Mention of subfolders --- contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.md b/contributing.md index 15fcb619b..0dc92338a 100644 --- a/contributing.md +++ b/contributing.md @@ -19,6 +19,7 @@ ### 2. Add original (unpatched) version * Add the unpatched version of the font and any readme and/or license files to the `unpatched-sample-fonts` directory inside a new directory * e.g. Adding *XYZ Font*, create directory `src/unpatched-fonts/xyz/{PUT FONT FILES HERE}` + * Try to make subfolders for each font style (e.g. ``src/unpatched-fonts/xyz/bold/{BOLD FONT FILES HERE}`) ### 3. Execute basic testing * Do a basic test with the new font to ensure it patches correctly and generates a new font file, e.g. * `./font-patcher src/unpatched-fonts/XYZ/XYZ.ttf --complete`