[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: prefer lowercase

+10 -10
+10 -10
CONTRIBUTING.md
··· 178 178 179 179 ### Before submitting 180 180 181 - 1. Ensure your code follows the style guidelines 182 - 2. Run linting: `pnpm lint:fix` 183 - 3. Run type checking: `pnpm test:types` 184 - 4. Run tests: `pnpm test` 185 - 5. Write or update tests for your changes 181 + 1. ensure your code follows the style guidelines 182 + 2. run linting: `pnpm lint:fix` 183 + 3. run type checking: `pnpm test:types` 184 + 4. run tests: `pnpm test` 185 + 5. write or update tests for your changes 186 186 187 187 ### Pull request process 188 188 189 - 1. Create a feature branch from `main` 190 - 2. Make your changes with clear, descriptive commits 191 - 3. Push your branch and open a pull request 192 - 4. Ensure CI checks pass (lint, type check, tests) 193 - 5. Request review from maintainers 189 + 1. create a feature branch from `main` 190 + 2. make your changes with clear, descriptive commits 191 + 3. push your branch and open a pull request 192 + 4. ensure CI checks pass (lint, type check, tests) 193 + 5. request review from maintainers 194 194 195 195 ### Commit messages 196 196