From 029e0d391e2a086bee8bd98dc3f1b1adf928a1c6 Mon Sep 17 00:00:00 2001 From: vipyne Date: Mon, 21 Oct 2024 19:13:00 -0500 Subject: [PATCH] docs: add ISSUE_TEMPLATE.md --- docs/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ docs/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 23 insertions(+) create mode 100644 docs/ISSUE_TEMPLATE.md create mode 100644 docs/PULL_REQUEST_TEMPLATE.md 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