From e5c21832c09a76e028c7b7b013d22088ccb4f9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Mon, 11 Apr 2022 12:16:09 +0200 Subject: [PATCH] docs: Split contributing file into 2 products --- contributing.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index c2bd7ac..822ca95 100644 --- a/contributing.md +++ b/contributing.md @@ -1,4 +1,4 @@ -# Contributing to FingerprintJS Pro Google Tag Manager +# Contributing to FingerprintJS Pro adapter for Google Tag Manager ## Working with code @@ -42,3 +42,17 @@ yarn typecheck - Run `yarn release:(major|minor|patch)` depending on the version you need - Make a pull request - After merging the pull request into the main branch and after successful tests, GitHub Action will publish a new version to the npm + +# Contributing to FingerprintJS Pro Google Tag Manager template + +### Working with GTM template + +After changing the template in GTM panel remember to update the `versions` section in **metadata.yaml**. + +[Read more about updating templates](https://developers.google.com/tag-platform/tag-manager/templates/gallery#update_your_template) + +### Testing + +When adding new features remember to provide tests that can be run inside the template environment in GTM. + +[Read more about tests in GTM](https://developers.google.com/tag-platform/tag-manager/templates/tests)