diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..23a60625 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior with Resonate +title: '' +labels: bug +assignees: '' + +--- + +## Expected Behavior + + +## Actual Behavior + + +## To Reproduce + 1. + 2. + 3. + +## Specifications + - Version: + - Platform: + +## Additional context diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0877cda4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for Resonate +title: '' +labels: enhancement +assignees: '' + +--- + +## Describe the problem you are facing + +## Describe the solution you'd like + +## Alternatives you've considered + +## Additional context