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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+16
Original file line number
Diff line number
Diff line change
@@ -125,3 +125,19 @@ Any notebooks that are added in subdirectories under `notebooks` are automatical
125
125
***Never leave any secrets in the code** (API keys, passwords etc). Also avoid hardcoding URLs and IDs that may change from user to user. Instead use environment variables that need to be set by the user while they are running the app.
126
126
* Test your app end to end before submitting a pull request.
127
127
* Example of a well-formed app: [OpenAI-JS](../example-apps/OpenAI-embeddings/OpenAI-JS/README.md).
128
+
129
+
## Examples for the Elastic Search Labs Blog
130
+
131
+
If you are contributing an example corresponding to a blog post, use the folder `supporting-blog-content`.
132
+
133
+
### Troubleshooting
134
+
135
+
- If the pre-commit checks are failing. You may want to try running the checks this way:
0 commit comments