This repo is no longer maintained (#32)

This commit is contained in:
Matt Cooper 2021-01-04 10:51:46 -05:00 коммит произвёл GitHub
Родитель 0e00883959
Коммит 552544e9cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 16 добавлений и 6 удалений

Просмотреть файл

@ -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.