Add issue templates and move the pull request template to .github

This commit is contained in:
Mark Backman
2025-04-18 12:17:46 -04:00
parent 70c42dfa6e
commit b2945f44fd
5 changed files with 74 additions and 2 deletions

View File

@@ -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:
### Environment
- pipecat-ai version:
- python version:
- OS:
### Issue description
Provide a clear description of the issue.
### Repro steps
List the steps to reproduce the issue.
### Expected behavior

25
.github/ISSUE_TEMPLATE/2-question.md vendored Normal file
View 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.

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