diff options
author | Grégoire Paris <gregoire.paris@manomano.com> | 2022-01-06 17:12:36 +0100 |
---|---|---|
committer | Grégoire Paris <gregoire.paris@manomano.com> | 2022-01-06 17:12:36 +0100 |
commit | 947e0cb38cf27d458ddd04459c8103094e935afd (patch) | |
tree | f83994e64c90c63c26bd7815803ee3e508ec56ac | |
parent | fbd08ed30517f12d2425bee348f2aa44d360a0db (diff) |
Add a hint about the templating system
-rw-r--r-- | CONTRIBUTING.md | 3 |
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). |