You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create a new TM repository with `tmc repo add -t file mynewrepo ~/mylocation`
12
+
- You can name it as you want
13
+
- Write/generate a TM however you like
14
+
-`schema:author` , `schema:mpn` and `schema:manufacturer` are required by TMC. See our [JSON Schema](https://github.com/wot-oss/tmc/blob/main/internal/commands/validate/tmc-mandatory.schema.json).
15
+
- Do `tmc import yourTM.json`
16
+
- Your repository will be updated with the TM, table of contents.
17
+
- Push the changes to your GitHub
18
+
- Create a PR to the CG repository's bash script with the `tmc repo add` commands
19
+
- Example: `tmc repo add -t http example https://raw.githubusercontent.com/wot-oss/example-catalog/refs/heads/main`
20
+
- You can make the PR as soon as you have a repository. No need to wait for the TMs to be ready.
21
+
- Issues or Discord messages are also fine! We will add a new line with your instructions.
22
+
- That’s it!
23
+
24
+
## Timeline
25
+
26
+
1. 04 December 2025: The challenge is announced on the meetup
27
+
2. 15 December 2025: The challenge starts
28
+
3. 15 January 2025: The challenge stops
29
+
4. 3 February 2025: Results are presented in the monthly call
0 commit comments