Add issue templates and move the pull request template to .github
This commit is contained in:
@@ -1,18 +1,29 @@
|
|||||||
# Description
|
---
|
||||||
Is this reporting a bug or feature request?
|
name: Bug report
|
||||||
|
about: Report a bug or unexpected behavior
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Is this reporting a bug or feature request?
|
||||||
|
|
||||||
If reporting a bug, please fill out the following:
|
If reporting a bug, please fill out the following:
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
- pipecat-ai version:
|
- pipecat-ai version:
|
||||||
- python version:
|
- python version:
|
||||||
- OS:
|
- OS:
|
||||||
|
|
||||||
### Issue description
|
### Issue description
|
||||||
|
|
||||||
Provide a clear description of the issue.
|
Provide a clear description of the issue.
|
||||||
|
|
||||||
### Repro steps
|
### Repro steps
|
||||||
|
|
||||||
List the steps to reproduce the issue.
|
List the steps to reproduce the issue.
|
||||||
|
|
||||||
### Expected behavior
|
### Expected behavior
|
||||||
25
.github/ISSUE_TEMPLATE/2-question.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/2-question.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question or get help
|
||||||
|
title: ''
|
||||||
|
labels: question
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## Environment (if applicable)
|
||||||
|
|
||||||
|
- pipecat-ai version:
|
||||||
|
- python version:
|
||||||
|
- OS:
|
||||||
|
|
||||||
|
## Question
|
||||||
|
|
||||||
|
Provide your question in detail here.
|
||||||
|
|
||||||
|
## What I've tried
|
||||||
|
|
||||||
|
Describe what you've already tried or research you've done.
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
Any additional context or information that might help others understand your question better.
|
||||||
28
.github/ISSUE_TEMPLATE/3-feature_request.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/3-feature_request.md
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an enhancement or new feature
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## Problem Statement
|
||||||
|
|
||||||
|
A clear description of the problem this feature would solve. For example: "I'm always frustrated when..."
|
||||||
|
|
||||||
|
## Proposed Solution
|
||||||
|
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
## Alternative Solutions
|
||||||
|
|
||||||
|
Any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
## Additional Context
|
||||||
|
|
||||||
|
Add any other context, mockups, or screenshots about the feature request here.
|
||||||
|
|
||||||
|
## Would you be willing to help implement this feature?
|
||||||
|
|
||||||
|
- [ ] Yes, I'd like to contribute
|
||||||
|
- [ ] No, I'm just suggesting
|
||||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links:
|
||||||
|
- name: Documentation
|
||||||
|
url: https://docs.pipecat.ai/getting-started/overview
|
||||||
|
about: Please check our documentation before creating an issue.
|
||||||
|
- name: Discord
|
||||||
|
url: https://discord.gg/pipecat
|
||||||
|
about: You can ask questions and get help in our Discord community.
|
||||||
Reference in New Issue
Block a user