From 97939945bda2492084a7b9a63131bec14aedcb46 Mon Sep 17 00:00:00 2001 From: PoloNX <geyrecharlie@gmail.com> Date: Sun, 5 Jun 2022 09:24:38 +0200 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++---------- .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..cb92f8a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,16 +23,9 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Switch (please complete the following information):** + - OS: [e.g. 14.0.0] + - Atmosphere [e.g. 1.3.2] **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 index bbcbbe7..d0e9827 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,9 @@ assignees: '' --- +**If it's one request for one payload just fill this** +A payload to add. + **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 [...] -- GitLab