You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,9 @@ The folder structure is the following
7
7
-[dev](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev) : contains advanced documentation for _developers_ of SDK (not _consumers_ of SDK)
8
8
9
9
The file [eng_sys_checks](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/eng_sys_checks.md) is a read up as to what a standard `ci.yml` will actually execute.
10
+
11
+
## Quick Links for Common Tasks
12
+
13
+
-**Troubleshooting CI Failures**: See [Using Copilot Agents to Fix CI Issues](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/agents.md) for guidance on using GitHub Copilot to fix common PR issues
14
+
-**Understanding CI Checks**: See [Engineering System Checks](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/eng_sys_checks.md)
15
+
-**Developer Setup**: See [Developer Documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/README.md)
Copy file name to clipboardExpand all lines: doc/dev/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ This folder contains documentation for developers of SDKs: internal teams at Mic
4
4
5
5
Overview of the documents:
6
6
-[Developer Set-Up](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/dev_setup.md) : How to create a development environment for this repo
7
+
-[Using Copilot Agents to Fix CI Issues](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/agents.md): How to use GitHub Copilot to troubleshoot and fix common CI failures in your PRs
7
8
-[Release](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/release.md) : How to release a package when ready
8
9
-[Packaging](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md) : How to organize packaging information for packages under `azure`
9
10
-[Testing](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md): How to write unit and functional tests for a library
0 commit comments