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
We welcome contributions to the instructor hub, if you have a tutorial or example you'd like to add, please open a pull request in `docs/hub` and we'll review it.
14
14
15
-
1. The code must be in a single file
16
-
2. Make sure that the code is tested.
15
+
1. The code must be in a single .php file.
16
+
2. Please include documentation in the file - check existing examples for the format.
17
+
3. Make sure that the code is tested.
17
18
18
19
19
20
@@ -23,6 +24,7 @@ We welcome contributions to the instructor hub, if you have a tutorial or exampl
23
24
Instructor hub comes with a command line interface (CLI) that allows you to view and interact with the tutorials and examples and allows you to pull in the code you need to get started with the API.
24
25
25
26
27
+
26
28
### List Cookbooks
27
29
28
30
Run `./hub.sh list` you can see all the available tutorials and examples.
0 commit comments