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
<!-- Before submitting the PR, please address each item -->
3
+
-[ ]**Quality**: Make sure this PR builds and runs cleanly.
4
+
- Inside the `glean/` folder, run:
5
+
-`npm run test` Runs _all_ tests
6
+
-`npm run lint && npm run lint:circular-deps` Runs _all_ linters
7
+
-[ ]**Tests**: This PR includes thorough tests or an explanation of why it does not
8
+
-[ ]**Changelog**: This PR includes a changelog entry to `CHANGELOG.md` or an explanation of why it does not need one
9
+
-[ ]**Documentation**: This PR includes documentation changes, an explanation of why it does not need that or a follow-up bug has been filed to do that work
10
+
- Documentation should be added to [The Glean Book](https://mozilla.github.io/glean/book/index.html) when making changes to Glean's user facing API
11
+
- When changes to the Glean Book are necessary, link to the corresponding PR on the [`mozilla/glean`](https://github.com/mozilla/glean) repository
12
+
- Documentation should be added to [the Glean.js developer documentation](https://github.com/mozilla/glean.js/tree/main/docs) when making internal code changes
`Glean.js` is a modern approach for a Telemetry library aimed at Javascript environments. It is part of the [Glean project](https://docs.telemetry.mozilla.org/concepts/glean/glean.html).
5
+
`Glean.js` is a modern approach for a Telemetry library aimed at JavaScript environments. It is part of the [Glean project](https://docs.telemetry.mozilla.org/concepts/glean/glean.html).
0 commit comments