diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index ebe18619c..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: 'Bug report - [YOUR BUG TITLE]' - ---- - -How to use this template: -Any line that begins with '#' is a **header**. Please leave the headers in as is, and fill in the information they suggest -below them. These templates are here to help us resolve your issue as quickly as possible. Leaving requested information out -of your issue will cause our issue template bot to request that your post be reformatted. If a header doesn't seem relevant -to your issue, either write 'N/A' or something similar below the header or consider using a different template. - -# Describe the bug - -A clear and concise description of what the bug is, and what expected behavior is. Include whether the bug occurs **before** -or **after** entering a terminal or vnc client session. - -# Steps to reproduce the behavior: - -A list of **exact** steps to reproduce the behavior. If we cannot follow the steps to recreate the issue, we won't be able -to help you. - -For example: -1. Go to '...' - -2. Click on '....' - -3. Scroll down to '....' - -# Screenshots - -If applicable, add screenshots to help explain your problem. - -# Device Information - -Device: [e.g. Pixel XL 2]. -Android Version: [e.g. Oreo, 8.0]. -UserLAnd Version [e.g. 0.1.2]. -Whether the device is rooted. -Whether the device is running LineageOS - - - -Please add any other context you think might help us resolve your issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 482025b0c..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: 'Feature Request - [YOUR FEATURE REQUEST]' - ---- - -How to use this template: -Any line that begins with '#' is a **header**. Please leave the headers in as is, and fill in the information they suggest -below them. These templates are here to help us resolve your issue as quickly as possible. Leaving requested information out -of your issue will cause our issue template bot to request that your post be reformatted. If a header doesn't seem relevant -to your issue, either write 'N/A' or something similar below the header or consider using a different template. - -# Describe the problem your feature request solves. -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. - -Please add any other context or screenshots you think might help us resolve your issue. diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md deleted file mode 100644 index 81f6afaa7..000000000 --- a/.github/ISSUE_TEMPLATE/help.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Help -about: Ask for general help -title: Help - [YOUR ISSUE HERE] -labels: '' -assignees: '' - ---- - -How to use this template: -Any line that begins with '#' is a **header**. Please leave the headers in as is, and fill in the information they suggest -below them. These templates are here to help us resolve your issue as quickly as possible. Leaving requested information out -of your issue will cause our issue template bot to request that your post be reformatted. If a header doesn't seem relevant -to your issue, either write 'N/A' or something similar below the header or consider using a different template. - -# Describe the issue you are having. - -This should include things like: -- What you are trying to accomplish -- What you have tried so far - -# Describe how your task behaves in a regular Linux environment - -Describe how the task you are trying to accomplish behaves in a regular Linux environment.