vscode-dev-containers/CONTRIBUTING.md

33 строки
2.7 KiB
Markdown
Исходник Обычный вид История

2019-03-27 22:22:15 +03:00
# Contributing
2022-12-10 04:52:24 +03:00
We've migrated most of the contents of this repo to the [devcontainers org](https://github.com/devcontainers), as part of the work on the [open Dev Container specification](https://containers.dev).
2019-03-27 22:22:15 +03:00
2022-12-10 04:52:24 +03:00
- Features managed by the Dev Container spec maintainers (such as the VS Code team) are now in [devcontainers/features](https://github.com/devcontainers/features).
- Definitions/Templates managed by the Dev Container spec maintainers are now in [devcontainers/templates](https://github.com/devcontainers/templates).
2022-12-10 04:43:35 +03:00
- `mcr.microsoft.com/devcontainers` and `mcr.microsoft.com/vscode/devcontainers` images are now published from [devcontainers/images](https://github.com/devcontainers/images).
2022-12-10 04:43:35 +03:00
As a result, this repository is only used for community definitions that have not been migrated elsewhere by their owners. If you are a community owner and want us to remove an existing definition here, feel free to submit a PR to do so!
2019-04-11 02:04:21 +03:00
2022-12-20 20:09:07 +03:00
For new Templates/Features, you can now self-publish and optionally make them visible in-tool by following the steps one of the quick start repositories: [Templates quick start](https://github.com/devcontainers/template-starter), [Features quick start](https://github.com/devcontainers/feature-starter). No need to submit a PR here anymore.
2019-05-18 00:22:14 +03:00
2022-12-10 04:43:35 +03:00
You can also:
2019-05-18 00:22:14 +03:00
2022-12-10 04:43:35 +03:00
- Provide feedback for the [VS Code Dev Containers](https://github.com/Microsoft/vscode-remote-release/blob/main/CONTRIBUTING.md) extension or [GitHub Codespaces](https://github.com/github/feedback/discussions/categories/codespaces).
- Discuss the [Dev Container spec](https://github.com/orgs/devcontainers/discussions) or [join the Slack channel](https://github.com/orgs/devcontainers/discussions/3)
2022-12-10 04:52:24 +03:00
- Make proposals for improvments to the [Dev Container spec repository](https://github.com/devcontainers/spec).
- Contribute to the [Dev Container CLI](https://github.com/devcontainers/cli).
2019-06-07 02:27:57 +03:00
2022-12-10 04:43:35 +03:00
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
2019-03-28 06:29:57 +03:00
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Thank You!
2019-03-27 22:22:15 +03:00
2019-03-28 06:29:57 +03:00
Your contributions, large or small, make great projects like this possible. Thank you for taking the time to contribute.