cuelang.org/go@v0.10.1/internal/golangorgx/telemetry/README.md (about) 1 # Go Telemetry 2 3 This repository holds the Go Telemetry server code and libraries. 4 5 ## Linting & Formatting 6 7 This repository uses [eslint](https://eslint.org/) to format TS files, 8 [stylelint](https://stylelint.io/) to format CSS files, and 9 [prettier](https://prettier.io/) to format TS, CSS, Markdown, and YAML files. 10 11 See the style guides: 12 13 - [TypeScript](https://google.github.io/styleguide/tsguide.html) 14 - [CSS](https://go.dev/wiki/CSSStyleGuide) 15 16 It is encouraged that all TS and CSS code be run through formatters before 17 submitting a change. However, it is not a strict requirement enforced by CI. 18 19 ### Installing npm Dependencies: 20 21 1. Install [docker](https://docs.docker.com/get-docker/) 22 2. Run `./npm install` 23 24 ### Run ESLint, Stylelint, & Prettier 25 26 ./npm run all 27 28 ## Report Issues / Send Patches 29 30 This repository uses Gerrit for code changes. To learn how to submit changes to 31 this repository, see https://golang.org/doc/contribute.html. 32 33 The main issue tracker for the time repository is located at 34 https://github.com/golang/go/issues. Prefix your issue with "x/telemetry:" in 35 the subject line, so it is easy to find.