aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBonaBeavis <gordian.dziwis@gmail.com>2022-01-09 11:43:14 +0000
committerGitHub <noreply@github.com>2022-01-09 11:43:14 +0000
commit18656ced6196dca7b4df47fe5ddec48c7b5819bd (patch)
treef83994e64c90c63c26bd7815803ee3e508ec56ac /CONTRIBUTING.md
parentbbb1af4e00af4df10dd7c492c5c8f1fddacb9908 (diff)
parent947e0cb38cf27d458ddd04459c8103094e935afd (diff)
Merge pull request #53 from greg0ire/match-word
Match word
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b5fb1a3..382d0e1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,7 +25,8 @@ make
After you've installed the build dependencies, and before you submit your PR:
- Run `make` after you've made your changes. This will build all the themes
- based on the changes you've made.
+ based on the changes you've made. For instance, instead of manually editing
+ files under `colors/`, you should edit `templates/default.mustache`
- Make sure to commit the changes from `make` and include them in your PR.
- Please abide by what's requested in the [PR
template](/.github/pull_request_template.md).