Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md #7677

Merged
merged 1 commit into from
Dec 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Creative Commons Attribution 4.0 License (International): https://creativecommon

# Contributing to VS Code Remote Development

There are many ways for you to contribute to VS Code Remote Development. This document will outline a number of ways you can get involved.
There are many ways for you to contribute to VS Code Remote Development (WSL, Remote - SSH, Remote - Tunnels, Dev Containers). This document will outline a number of ways you can get involved.

## Reporting Issues

Expand All @@ -17,7 +17,12 @@ Have you identified a reproducible problem in VS Code Remote extensions? Have a
This repository is specifically for the VS Code Remote Development extension pack and related extensions. Consider these other locations for your feedback if your issue is not directly related to these extensions:

- If you are encountering an issue with another extension when running in a remote environment, please raise an issue in the extension's repository. You can reference the [summary](https://aka.ms/vscode-remote/troubleshooting/extensions) of tips for resolving extension issues and our [extension guide](https://aka.ms/vscode-remote/developing-extensions) to help the extension author get started.
- You can report issues related to dev container definitions in the [vscode-dev-containers repository](https://aka.ms/vscode-dev-containers).
- You can report issues related to offically maintained Dev Container Templates at [devcontainers/templates](https://github.com/devcontainers/templates).
- You can report issues related to offically maintained Dev Container Features at [devcontainers/features](https://github.com/devcontainers/features).
- Image issues for `mcr.microsoft.com/devcontainers` and `mcr.microsoft.com/vscode/devcontainers` images can be raised at [devcontainers/images](https://github.com/devcontainers/images).
- For issues related to the Dev Container specification, raise an issue at [devcontainers/spec](https://github.com/devcontainers/spec).
- For issues related to the Dev Container CLI, raise an issue at [devcontainers/cli](https://github.com/devcontainers/cli).
- Github Codespaces issues should be raised in [GitHub Feedback](https://github.com/github/feedback/discussions/categories/codespaces).
- If you are not looking to report an issue related to these extensions, you may be looking for the [VS Code OSS](https://github.com/Microsoft/vscode) repository. However, note that, the VS Code project is distributed across multiple repositories. See the list of [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) if you aren't sure which repo is correct.

### Look For an Existing Issue
Expand Down Expand Up @@ -108,4 +113,4 @@ contact [[email protected]](mailto:[email protected]) with any additio

## Thank You!

Your contributions, large or small, make great projects like this possible. Thank you for taking the time to contribute.
Your contributions, large or small, make great projects like this possible. Thank you for taking the time to contribute.