[mlir-lsp-server] Add an explicit blurb on where to send code contributions.
authorRiver Riddle <riddleriver@gmail.com>
Thu, 17 Jun 2021 01:21:39 +0000 (18:21 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Thu, 17 Jun 2021 01:22:01 +0000 (18:22 -0700)
When the vscode extension is published, it may be unclear how to contribute improvements to the extension. This revision makes it clear that contributions should follow the traditional LLVM guidelines.

mlir/docs/Tools/MLIRLSP.md

index 5627cae..3cd66b3 100644 (file)
@@ -166,8 +166,13 @@ settings of this extension.
 
 This extension is actively developed within the
 [LLVM monorepo](https://github.com/llvm/llvm-project/tree/main/mlir/utils/vscode),
-at `mlir/utils/vscode`. When developing or deploying this extension within the
-LLVM monorepo, a few extra setup steps are required:
+at `mlir/utils/vscode`. As such, contributions should follow the
+[normal LLVM guidelines](https://llvm.org/docs/Contributing.html), with code
+reviews sent to
+[phabricator](https://llvm.org/docs/Contributing.html#how-to-submit-a-patch).
+
+When developing or deploying this extension within the LLVM monorepo, a few
+extra setup steps are required:
 
 *   Copy `mlir/utils/textmate/mlir.json` to the extension directory and rename
     to `grammar.json`.