fix_typo.yml
1 name: 'Fix typo request' 2 description: Request to fix a typo or bad translation in this project 3 labels: ['typo'] 4 body: 5 - type: markdown 6 attributes: 7 value: | 8 Before creating an issue, please read the following: 9 10 - Search to see if the same issue already exists, and keep the title concise and accurate so that it's easy for others to understand and search for. 11 - Please create a separate issue for each type of issue. 12 - Please be as detailed as possible and write in English so that we can handle your issue quickly. 13 - type: textarea 14 attributes: 15 label: Describe the issue 16 description: Please describe where the typo occurs and a list of text that needs to be corrected. 17 validations: 18 required: true