Quellcode durchsuchen

Add missing .github folder

DSR! vor 2 Jahren
Ursprung
Commit
5254b78298
2 geänderte Dateien mit 51 neuen und 0 gelöschten Zeilen
  1. 40 0
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 11 0
      .github/ISSUE_TEMPLATE/config.yml

+ 40 - 0
.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
+<!-- Describe your issue in detail -->
+
+### Expected behaviour
+<!-- A clear and concise description of what you expected to happen -->
+
+### How to reproduce?
+<!-- Help us to reproduce the issue and describe the steps -->
+
+### Preview
+<!-- Include screenshots or video if applicable. -->
+
+### What have you tried so far?
+<!-- List down the steps you have tried to fix or identify the issue. -->
+
+### Your device logs. Without this, no help can be given.
+<!-- Attach debug log from: Help > Feedback and Support > Download Debug File
+ -->

+ 11 - 0
.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