mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Update some fields in the GH issue template
This commit is contained in:
		
							parent
							
								
									ed825a2c7d
								
							
						
					
					
						commit
						c89644eec4
					
				
							
								
								
									
										19
									
								
								.github/ISSUE_TEMPLATE/bug-report.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/ISSUE_TEMPLATE/bug-report.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -6,7 +6,7 @@ body:
 | 
				
			||||||
    id: reproducing-example
 | 
					    id: reproducing-example
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Code that causes the issue
 | 
					      label: Code that causes the issue
 | 
				
			||||||
      description: Provide a code example that reproduces the problem.
 | 
					      description: Provide a code example that reproduces the problem. Try to keep it short without other dependencies.
 | 
				
			||||||
      placeholder: |
 | 
					      placeholder: |
 | 
				
			||||||
        ```python
 | 
					        ```python
 | 
				
			||||||
        from telethon.sync import TelegramClient
 | 
					        from telethon.sync import TelegramClient
 | 
				
			||||||
| 
						 | 
					@ -20,9 +20,9 @@ body:
 | 
				
			||||||
    id: expected-behavior
 | 
					    id: expected-behavior
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Expected behavior
 | 
					      label: Expected behavior
 | 
				
			||||||
      description: Explain what you should expect to happen.
 | 
					      description: Explain what you should expect to happen. Include reproduction steps.
 | 
				
			||||||
      placeholder: |
 | 
					      placeholder: |
 | 
				
			||||||
        "This should happen..."
 | 
					        "I was doing... I was expecting the following to happen..."
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -53,7 +53,8 @@ body:
 | 
				
			||||||
    id: telethon-version
 | 
					    id: telethon-version
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Telethon version
 | 
					      label: Telethon version
 | 
				
			||||||
      placeholder: "1.28.5"
 | 
					      description: The output of `python -c "import telethon; print(telethon.__version__)"`.
 | 
				
			||||||
 | 
					      placeholder: "1.x"
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,8 +62,8 @@ body:
 | 
				
			||||||
    id: python-version
 | 
					    id: python-version
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Python version
 | 
					      label: Python version
 | 
				
			||||||
      description: The output of `python3 --version`.
 | 
					      description: The output of `python --version`.
 | 
				
			||||||
      placeholder: "3.10.11"
 | 
					      placeholder: "3.x"
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -71,7 +72,7 @@ body:
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Operating system
 | 
					      label: Operating system
 | 
				
			||||||
      description: The name and version of your operating system.
 | 
					      description: The name and version of your operating system.
 | 
				
			||||||
      placeholder: btw i use arch
 | 
					      placeholder: Windows, Mac, Linux-based distribution...
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +81,7 @@ body:
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Other details
 | 
					      label: Other details
 | 
				
			||||||
      placeholder: |
 | 
					      placeholder: |
 | 
				
			||||||
        Additional details and attachments.
 | 
					        Additional details and attachments. Is it a server? Network condition?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - type: checkboxes
 | 
					  - type: checkboxes
 | 
				
			||||||
    id: checklist
 | 
					    id: checklist
 | 
				
			||||||
| 
						 | 
					@ -90,7 +91,7 @@ body:
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
        - label: The error is in the library's code, and not in my own.
 | 
					        - label: The error is in the library's code, and not in my own.
 | 
				
			||||||
          required: true
 | 
					          required: true
 | 
				
			||||||
        - label: I have searched for this issue before posting it and there isn't a duplicate.
 | 
					        - label: I have searched for this issue before posting it and there isn't an open duplicate.
 | 
				
			||||||
          required: true
 | 
					          required: true
 | 
				
			||||||
        - label: I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip` and triggered the bug in the latest version.
 | 
					        - label: I ran `pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip` and triggered the bug in the latest version.
 | 
				
			||||||
          required: true
 | 
					          required: true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user