chore: import upstream snapshot with attribution
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 13:39:52 +08:00
commit e768098d0e
4004 changed files with 2804145 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of the bug.
**How To Reproduce the bug**
Steps to reproduce the behavior, how frequent can you experience the bug:
1.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Running Information(please complete the following information):**
- Promptflow Package Version using `pf -v`: [e.g. 0.0.102309906]
- Operating System: [e.g. Ubuntu 20.04, Windows 11]
- Python Version using `python --version`: [e.g. python==3.10.12]
**Additional context**
Add any other context about the problem here.
@@ -0,0 +1,17 @@
---
name: Contribution request
about: Create a request of review to contribution
title: "[Contribution Request]"
labels: enhancement
assignees: ''
---
**Is your contribution request related to a problem? Please describe.**
A clear and concise description of what you will contribute.
**Detail the functionality and value.**
A clear and concise description of the contribution's functionality and value.
**Additional context**
Add any other context or screenshots about the contribution request here.
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
+31
View File
@@ -0,0 +1,31 @@
---
name: Bug report for Prompt flow VS Code extension
about: Bug report for Prompt flow VS Code extension
title: "[BUG] [VSCode Extension]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of the bug.
**How To Reproduce the bug**
Steps to reproduce the behavior, how frequent can you experience the bug:
1.
**Screenshots**
1. On the VSCode primary side bar > the Prompt flow pane > quick access section. Find the "install dependencies" action. Please it and attach the screenshots there.
2. Please provide other snapshots about the key steps to repro the issue.
**Environment Information**
- Promptflow Package Version using `pf -v`: [e.g. 0.0.102309906]
- Operating System: [e.g. Ubuntu 20.04, Windows 11]
- Python Version using `python --version`: [e.g. python==3.10.12]
- VS Code version.
- Prompt Flow extension version.
- On the VS Code bottom pane > Output pivot > "prompt flow" channel, find the error message could be relevant to the issue and past them here. That would be helpful for our trouble shooting.
- If your code to repro the issue is public and you want to share us, please share the link.
**Additional context**
Add any other context about the problem here.