tree-sitter / tree-sitter-javascript

Javascript grammar for tree-sitter
MIT License
318 stars 107 forks source link

Create a CONTRIBUTING.md document #213

Closed mjambon closed 1 month ago

mjambon commented 2 years ago

If there's such a document elsewhere, then this is great and we should link to it. In any case, many similar tree-sitter-XXX will share the same basic contribution guidelines, so a project-specific CONTRIBUTING.md would look something like:

How to contribute to tree-sitter-javascript
==

1. Read our generic contribution guidelines common to all tree-sitter-XXX projects (link) and code of conduct (link).
2. Specificities of tree-sitter-javascript are presented below.

...