Skip to content

Commit

Permalink
chore: update contribution links (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Sep 14, 2023
1 parent c2ee5ae commit 6069a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 93 deletions.
11 changes: 2 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,18 +344,11 @@ When adding new features, the documentation should be part of a new PR, which wi

### Analyzers and lint rules

To know the technical details of how our analyzer works, how to create a rule and how to write tests, please check our [internal
documentation page](https://rustdocs.rome.tools/biome_analyze/index.html)

### JavaScript Parser

To know the technical details of how our JavaScript works and how to write test, please check our [internal
documentation page](https://rustdocs.rome.tools/biome_js_parser/index.html)
To know the technical details of how our analyzer works, how to create a rule and how to write tests, please check our [contribution page](https://github.com/biomejs/biome/blob/main/crates/biome_analyze/CONTRIBUTING.md)

### Formatter

To know the technical details of how our formatter works and how to write test, please check our [internal
documentation page](https://rustdocs.rome.tools/biome_js_formatter/index.html)
To know the technical details of how our formatter works and how to write test, please check our [contribution page](https://github.com/biomejs/biome/blob/main/crates/biome_js_formatter/CONTRIBUTING.md)

### Versioning

Expand Down
84 changes: 0 additions & 84 deletions scripts/timetravel.sh

This file was deleted.

0 comments on commit 6069a3c

Please sign in to comment.