From 2e67db242b58d7f668921cd06b1c9db817181ec6 Mon Sep 17 00:00:00 2001 From: Clifford Ouma Date: Fri, 1 Sep 2023 11:52:37 +0300 Subject: [PATCH] Update content/contributing-terms.en.md Co-authored-by: Matti Schneider --- content/contributing-terms.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing-terms.en.md b/content/contributing-terms.en.md index 25a3c98f..d5dcbfaf 100644 --- a/content/contributing-terms.en.md +++ b/content/contributing-terms.en.md @@ -401,7 +401,7 @@ Having understood briefly how a declaration is structured in JSON format, we nee 4. Create a JSON file with, as filename, the service ID of the service you are adding the declaration for. This JSON file should be in the `declarations` folder of the repository. To learn more about selecting the right service ID, please read the [declaring a new service](#declaring-a-new-service) section. 5. Visit the declaration URL and use [browser developer tools](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools) to inspect the page and find the right selectors for the significant section containing the terms you want to declare and parts to remove. 6. After you've properly chosen your selectors and structured your JSON file, you should test and validate your JSON file. To do this, you need to run `npx ota validate --services [service name]` from the root of the repository. This will run a validation on the declaration, highlighting any changes required. -7. If all tests are good, make a pull request to the main repository. +7. If all tests pass, open a pull request to the main repository. You can read more about the [CLI](https://docs.opentermsarchive.org/#cli) to learn more about other tests and linting you can run on your declaration.