mirror of
				https://github.com/opa334/TrollStore.git
				synced 2025-11-04 15:42:35 +08:00 
			
		
		
		
	Update and rename no-duplicates-issue-template.md to bug-report-issue-template.yml
This commit is contained in:
		
							parent
							
								
									721d94a794
								
							
						
					
					
						commit
						7d4f1aad0a
					
				
							
								
								
									
										96
									
								
								.github/ISSUE_TEMPLATE/bug-report-issue-template.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								.github/ISSUE_TEMPLATE/bug-report-issue-template.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,96 @@
 | 
			
		||||
name: Bug Report
 | 
			
		||||
description: Bug Report (No Duplicates Issue Here!)
 | 
			
		||||
body:
 | 
			
		||||
  - type: markdown
 | 
			
		||||
    attributes:
 | 
			
		||||
      value: |
 | 
			
		||||
        # Before post issue please read me
 | 
			
		||||
        Your issue may already be reported!
 | 
			
		||||
        Please search on the [issue tracker](../) before creating one.
 | 
			
		||||
 | 
			
		||||
  - type: checkboxes
 | 
			
		||||
    id: no-duplicates-issue
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: No Duplicates Issue
 | 
			
		||||
      options:
 | 
			
		||||
        - label:  I'm sure I've searched on the issue tracker before creating one.
 | 
			
		||||
          required: true
 | 
			
		||||
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: expected-behavior
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Expected Behavior?
 | 
			
		||||
      description: |
 | 
			
		||||
         Describing a bug, tell us what should happen
 | 
			
		||||
      placeholder: Tell us what you **Expected**!
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: current-behavior
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Current Behavior?
 | 
			
		||||
      description: |
 | 
			
		||||
         Describing a bug, tell us what happens instead of the expected behavior
 | 
			
		||||
      placeholder: Tell us what you **Happened**!
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: possible-solution
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Possible Solution?
 | 
			
		||||
      description: |
 | 
			
		||||
         Not obligatory, but suggest a fix/reason for the bug,
 | 
			
		||||
         or ideas how to implement the addition or change
 | 
			
		||||
      placeholder: If not sure leave blank.
 | 
			
		||||
      value: "-"
 | 
			
		||||
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: steps-to-reproduce
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Steps to Reproduce
 | 
			
		||||
      description: |
 | 
			
		||||
         Provide a link to a live example, or an unambiguous set of steps to
 | 
			
		||||
         reproduce this bug. Include code to reproduce, if relevant
 | 
			
		||||
      placeholder: |
 | 
			
		||||
        1.
 | 
			
		||||
        2.
 | 
			
		||||
        3.
 | 
			
		||||
      value: "-"
 | 
			
		||||
 | 
			
		||||
  - type: markdown
 | 
			
		||||
    attributes:
 | 
			
		||||
      value: |
 | 
			
		||||
        # Your Environment
 | 
			
		||||
 | 
			
		||||
  - type: input
 | 
			
		||||
    id: trollstore-version
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: TrollStore Version
 | 
			
		||||
      description: like: TrollInstaller2
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: input
 | 
			
		||||
    id: ios-version
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: iOS/iPadOS version
 | 
			
		||||
      description: like: iOS 15.1
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
      
 | 
			
		||||
  - type: input
 | 
			
		||||
    id: idevice-model
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: iDevice Model
 | 
			
		||||
      description: like: iPhone 11
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: input
 | 
			
		||||
    id: other-env
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Other info of your environment
 | 
			
		||||
      description: like: macOS 12.6, the newest THEOS...
 | 
			
		||||
 | 
			
		||||
@ -1,44 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
name: No Duplicates Issue Template
 | 
			
		||||
about: No Duplicates Issue Here!
 | 
			
		||||
title: ''
 | 
			
		||||
labels: ''
 | 
			
		||||
assignees: ''
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Your issue may already be reported!
 | 
			
		||||
Please search on the [issue tracker](../) before creating one.
 | 
			
		||||
 | 
			
		||||
- [ ] I'm sure I've searched  on the issue tracker before creating one.
 | 
			
		||||
 | 
			
		||||
## Expected Behavior
 | 
			
		||||
<!--- If you're describing a bug, tell us what should happen -->
 | 
			
		||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
 | 
			
		||||
 | 
			
		||||
## Current Behavior
 | 
			
		||||
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
 | 
			
		||||
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
 | 
			
		||||
 | 
			
		||||
## Possible Solution
 | 
			
		||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
 | 
			
		||||
<!--- or ideas how to implement the addition or change -->
 | 
			
		||||
 | 
			
		||||
## Steps to Reproduce (for bugs)
 | 
			
		||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
 | 
			
		||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
 | 
			
		||||
1.
 | 
			
		||||
2.
 | 
			
		||||
3.
 | 
			
		||||
4.
 | 
			
		||||
 | 
			
		||||
## Context
 | 
			
		||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
 | 
			
		||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
 | 
			
		||||
 | 
			
		||||
## Your Environment
 | 
			
		||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
 | 
			
		||||
* TrollStore Version (like: TrollInstaller2):
 | 
			
		||||
* iOS/iPadOS version (like: iOS 15.1):
 | 
			
		||||
* iPhone/iPad Device Model (like: iPhone 12):
 | 
			
		||||
* Other info of  your environment (like: macOS 12.6, newest THEOS...):
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user