diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 22b3be778..613690b66 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -6,8 +6,8 @@ If you don’t feel confident enough to submit code changes, you can still contr a typo, grammatical error, or unclear documentation? Improving the documentation is a valuable contribution as well. -If you’re not yet familiar with the code, we recommend tasks labeled as -[“good first issue”](https://github.com/vscode-elements/elements/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22). +If you’re not yet familiar with the code, we recommend tasks labeled as +[“good first issue”](https://github.com/vscode-elements/elements/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22). These tasks are relatively simple but still important to complete. If you decide to work on an issue, please indicate it on the issue page to avoid duplication of work. diff --git a/README.md b/README.md index fcbe10191..91dd9c42f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ npm link @vscode-elements/elements ``` > [!WARNING] -> +> > Multiple packages must be linked with a single command. For example: -> +> > ```bash > npm link @vscode-elements/elements @vscode-elements/webview-playground > ``` @@ -113,4 +113,4 @@ Generates icon list for the documentation site ### vscode-data -Generates HTML and CSS [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) for VSCode code completions. \ No newline at end of file +Generates HTML and CSS [custom data format](https://code.visualstudio.com/blogs/2020/02/24/custom-data-format) for VSCode code completions.