chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: 'Bug: '
|
||||
type: 'bug'
|
||||
labels: ["bug"]
|
||||
projects: ["semantic-kernel"]
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Platform**
|
||||
- Language: [e.g. C#, Python]
|
||||
- Source: [e.g. NuGet package version 0.1.0, pip package version 0.1.0, main branch of repository]
|
||||
- AI model: [e.g. OpenAI:GPT-4o-mini(2024-07-18)]
|
||||
- IDE: [e.g. Visual Studio, VS Code]
|
||||
- OS: [e.g. Windows, Mac]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Feature graduation
|
||||
about: Plan the graduation of an experimental feature
|
||||
title: 'Graduate XXX feature'
|
||||
labels: ["feature_graduation"]
|
||||
type: 'feature'
|
||||
projects: ["semantic-kernel"]
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
name: Feature graduation
|
||||
about: Plan the graduation of an experimental feature
|
||||
|
||||
---
|
||||
|
||||
Checklist to be completed when graduating an experimental feature
|
||||
|
||||
- [ ] Notify PM's and EM's that feature is ready for graduation
|
||||
- [ ] Contact PM for list of sample use cases
|
||||
- [ ] Verify there are sample implementations for each of the use cases
|
||||
- [ ] Verify telemetry and logging are complete
|
||||
- [ ] Verify API docs are complete and arrange to have them published
|
||||
- [ ] Make appropriate updates to Learn docs
|
||||
- [ ] Make appropriate updates to Concept samples
|
||||
- [ ] Make appropriate updates to Blog posts
|
||||
- [ ] Verify there are no serious open Issues
|
||||
- [ ] Update table in EXPERIMENTS.md
|
||||
- [ ] Remove SKEXP flag from the experimental code
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: 'New Feature: '
|
||||
labels: ''
|
||||
type: 'feature'
|
||||
projects: ["semantic-kernel"]
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
|
||||
---
|
||||
|
||||
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
|
||||
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
|
||||
<!-- Please search existing issues to avoid creating duplicates. -->
|
||||
|
||||
<!-- Describe the feature you'd like. -->
|
||||
Reference in New Issue
Block a user