diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..baa3db67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: UberGuidoZ + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Flipper firmware (please complete the following information):** + - Creator [e.g. Official, Unleashed, etc.] + - OS [e.g. Windows, iOS, etc.] + - Version [e.g. 0.96.1, 067, etc.] + +**If Smartphone (please complete the following information):** + - Device [e.g. iPhone 14 Pro, Google Pixel 8, etc.] + - OS [e.g. iOS 17.0.2, 14, etc.] + - Browser [e.g. Chrome, Safari, etc.] *if applicable* + - qFlipper version [e.g. 1.2.1, 1.6.6, etc.] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..e2f07a82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: UberGuidoZ + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/help-wanted.md b/.github/ISSUE_TEMPLATE/help-wanted.md new file mode 100644 index 00000000..7edca527 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-wanted.md @@ -0,0 +1,10 @@ +--- +name: Help wanted +about: I need someone’s help! +title: '' +labels: help wanted +assignees: UberGuidoZ + +--- + +If you are running into issues that don’t seem to be in the [official docs](https://docs.flipper.net/) or the various ReadMe files from firmware creators or code developers, please describe your issue or question in as much detail as possible, and we will try to help.