From 5254b78298e1dc9455b53d6da58444e9af7ea8e6 Mon Sep 17 00:00:00 2001 From: DSR! Date: Fri, 10 Nov 2023 01:19:17 -0300 Subject: [PATCH] Add missing .github folder --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 11 ++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..296fd65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: 🐛 Report a bug +about: Create a bug report +title: '' +labels: '' +assignees: '' +--- + +### Before you proceed: + +- This project is completely stable and fully tested with dozens of devices. So if you have any problems, it is most likely: + - You are not following the steps correctly. + - Your hardware is not good enough and you are trying to do things it can't do. + +- Make sure to follow the installation steps and recommendations: + - [Installation steps](https://github.com/xchwarze/wifi-pineapple-cloner/#install-steps) + - [Recommendations](https://github.com/xchwarze/wifi-pineapple-cloner-builds#supported-devices) + - [Recomended Setup](https://github.com/xchwarze/wifi-pineapple-cloner-builds#recomended-setup) + +- Make sure to check whether there are similar issues in the repository + + +### Current behaviour + + +### Expected behaviour + + +### How to reproduce? + + +### Preview + + +### What have you tried so far? + + +### Your device logs. Without this, no help can be given. + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f9a1136 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Question + url: https://github.com/xchwarze/wifi-pineapple-cloner/discussions/categories/q-a + about: Please use ask and answer section. Use this link to enter. + - name: ★ Problem with a module + url: https://github.com/xchwarze/wifi-pineapple-community/issues + about: Modules are tracked in a separate repo + - name: ✦ Problem with panel + url: https://github.com/xchwarze/wifi-pineapple-panel/issues + about: Panel are tracked in a separate repo