瀏覽代碼

Delete ISSUE_TEMPLATE directory

James McConnell 1 年之前
父節點
當前提交
be68982651
共有 2 個文件被更改,包括 0 次插入86 次删除
  1. 0 59
      ISSUE_TEMPLATE/bug_report.yml
  2. 0 27
      ISSUE_TEMPLATE/feature_request.yml

+ 0 - 59
ISSUE_TEMPLATE/bug_report.yml

@@ -1,59 +0,0 @@
-name: Bug Report
-description: Create a bug report
-labels: [Bug]
-
-body:
-  - type: textarea
-    attributes:
-        label: Describe the bug
-        description: A clear and concise description of what the bug is
-    validations:
-        required: true
-      
-
-  - type: textarea
-    attributes:
-        label: To Reproduce
-        description: Steps to reproduce the behaviour
-        placeholder: |
-          - 1. Go to '...'
-          - 2. Click on '....'
-          - 3. Scroll down to '....'
-          - 4. See error
-          
-
-  - type: textarea
-    attributes:
-        label: Expected behavior
-        description: A clear and concise description of what you expected to happen.
-    
-    
-  - type: textarea
-    attributes:
-        label: Screenshots
-        description: If applicable, add screenshots to help explain your problem.
-        
-        
-  - type: textarea
-    attributes:
-        label: Logs
-        description: If applicable, add crash or any other logs to help us figure out the problem.
-        
-        
-  - type: textarea
-    attributes:
-        label: Device info
-        value: |
-          - Device:
-          - OS Version:
-          - KernelSU Version:
-          - Kernel Version:
-          - SUSFS Version:
-    validations:
-        required: true
-
-
-  - type: textarea
-    attributes:
-        label: Additional context
-        description: Add any other context about the problem here.

+ 0 - 27
ISSUE_TEMPLATE/feature_request.yml

@@ -1,27 +0,0 @@
-name: Feature Request
-description: Create a feature request
-labels: [Feature Request]
-
-body:
-  - type: textarea
-    attributes:
-        label: Describe the feature
-        description: A clear and concise description of what the feature is.
-    validations:
-        required: true
-      
-
-  - type: textarea
-    attributes:
-        label: Link to documentation 
-        description:  A clear and concise documentation.
-    
-  - type: textarea
-    attributes:
-        label: Screenshots
-        description: If applicable, add screenshots to help explain your problem.
-
-  - type: textarea
-    attributes:
-        label: Additional context
-        description: Add any other context here.