This repo is no longer maintained (#32)
This commit is contained in:
Родитель
0e00883959
Коммит
552544e9cd
18
README.md
18
README.md
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This repository contains Python samples that show how to integrate with Azure DevOps and Team Foundation Server (TFS) using the [Azure DevOps Python API](https://github.com/Microsoft/azure-devops-python-api).
|
This repository contains Python samples that show how to integrate with Azure DevOps and Team Foundation Server (TFS) using the [Azure DevOps Python API](https://github.com/Microsoft/azure-devops-python-api).
|
||||||
|
|
||||||
|
**As of January 2021, we're no longer actively maintaining this repo.**
|
||||||
|
Feel free to continue using it for inspiration or examples.
|
||||||
|
We won't be updating or adding any samples, though.
|
||||||
|
|
||||||
## Explore
|
## Explore
|
||||||
|
|
||||||
Samples are organized by "area" (service) and "resource" within the `samples` package.
|
Samples are organized by "area" (service) and "resource" within the `samples` package.
|
||||||
|
@ -105,15 +109,17 @@ You'll get a web browser where you can enter URL, authentication token, and choo
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
This project welcomes contributions and suggestions.
|
This repo is no longer maintained, and therefore is not accepting new contributions.
|
||||||
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).
|
~~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.
|
Simply follow the instructions provided by the bot.
|
||||||
You will only need to do this once across all repos using our CLA.
|
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](https://opensource.microsoft.com/codeofconduct/).
|
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.
|
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.
|
||||||
|
|
||||||
See detailed instructions on how to [contribute a sample](./contribute.md).
|
~~See detailed instructions on how to [contribute a sample](./contribute.md).~~
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Contribute to the samples
|
# Contribute to the samples
|
||||||
|
|
||||||
|
**As of January 2021, this repo is no longer being actively maintained.
|
||||||
|
It no longer accepts contributions.**
|
||||||
|
This document remains to explain how the samples are laid out.
|
||||||
|
|
||||||
## Organization and style
|
## Organization and style
|
||||||
|
|
||||||
1. Samples for an API area should live together under the `samples` package. Each module is an area.
|
1. Samples for an API area should live together under the `samples` package. Each module is an area.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче