doc: add contributing guide

This commit is contained in:
HerringtonDarkholme
2023-08-06 17:27:51 -07:00
parent f7c1e2147a
commit 86afc5865b
+9
View File
@@ -0,0 +1,9 @@
# Contributing
:tada: _**We are thrilled that you are interested in contributing to the ast-grep project!**_ :tada:
You can see the contributing guide in [the official website](https://ast-grep.github.io/).
* [General contributing guide](https://ast-grep.github.io/contributing/how-to.html)
* [How to develop](https://ast-grep.github.io/contributing/development.html)
* [How to add a new language to ast-grep](https://ast-grep.github.io/contributing/add-lang.html)