diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1a1abca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: "🐞 Bug Report" +about: Report a reproducible error +title: "[BUG] " +labels: bug +--- + +**Describe the bug** +A clear and concise description of the issue. + +**To Reproduce** + +1. Go to '...' +2. Click on '....' +3. See error + +**Expected Behavior** + +What should have happened. + +**Environment** + +- OS: +- Version (`spilltea -v`): + +**Additional Context** + +Add any logs or screenshots here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..40a5fe3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: "🚀 Feature Request" +about: Suggest an idea for this project +title: "[FEATURE] " +labels: enhancement +--- + +**Is your feature request related to a problem?** + +A description of what the problem is (e.g. I'm always frustrated when...). + +**Describe the solution** + +A clear description of what you want to happen. + +**Describe alternatives** + +Any alternative solutions or features you've considered. + +**Additional context** + +Add any other context or mockups here.