OpenSourceLabs

Open Source Labs, from Microsoft with Love ♥

Github星跟踪图

Microsoft Open Source Labs

Cloning this repository

This repository contains submodules.

Git expects us to explicitly ask it to download the submodule's content. You can use git submodule update --init --recursive here as well, but if you're cloning this repository for the first time, you can use a modified clone command to ensure you download everything, including any submodules:

git clone --recursive git@github.com:Microsoft/OpenSourceLabs.git

Updating latest changes from submodules

In order to updated the repository submodules content, you cna execute the following command regularly:

git submodule update --remote --recursive

Adding a submodule

Adding a submodule to point to an external repository is simple. Please use this command to add a new submodule to this repository:

git submodule add [Repository Url] [Directory to Add the submodule]

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or
contact opencode@microsoft.com with any additional questions or comments.

Please report any bug or issue on the labs trough the GitHub Issues Page page.

主要指标

概览
名称与所有者microsoft/OpenSourceLabs
主编程语言JavaScript
编程语言Shell (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-09-04 12:30:22
推送于2018-05-03 15:25:11
最后一次提交2018-05-03 17:24:59
发布数0
用户参与
星数37
关注者数15
派生数43
提交数103
已启用问题?
问题数5
打开的问题数4
拉请求数14
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?