diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6f18d44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: "🐛 Bug Report" +about: Report a reproducible bug or regression. +title: '' +labels: bug +assignees: '' + +--- + +## Current Behavior + + + +## Expected Behavior + + + +## Steps to Reproduce the Problem + + 1. + 1. + 1. + +## Environment + +- SinricPro SDK Version: +- MCU: +- Core SDK Version: +- OS Platform: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7658f78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,34 @@ +--- +name: 🌈 Feature request +about: Suggest an amazing new idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## Feature Request + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +## Are you willing to resolve this issue by submitting a Pull Request? + + + +- [ ] Yes, I have the time, and I know how to start. +- [ ] Yes, I have the time, but I don't know how to start. I would need guidance. +- [ ] No, I don't have the time, although I believe I could do it if I had the time... +- [ ] No, I don't have the time and I wouldn't even know how to start. + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/general_query.md b/.github/ISSUE_TEMPLATE/general_query.md new file mode 100644 index 0000000..703e992 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_query.md @@ -0,0 +1,18 @@ +--- +name: "✏️ Query" +about: Report a Query, infrastructure question +title: '' +labels: Query +assignees: '' +--- +## Description + + + +## Any Specific Steps + + + +## Expected Behavior + + \ No newline at end of file