diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..1f9b80068 --- /dev/null +++ b/docs/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +# 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 + +### Actual behavior + +### Logs diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4c2b141e6 --- /dev/null +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +#### Please describe the changes in your PR. If it is addressing an issue, please reference that as well. \ No newline at end of file