diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2022-07-01 15:23:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 20:23:45 +0200 |
| commit | ed0fea461e37b49f4d50b7d95c4d506f1b79c74b (patch) | |
| tree | 8cc4371ad5835321a48667a6411aebaa4b5e4c04 /.github | |
| parent | 19cd3361eecc3dcef966b572ded4fdfa5b4806cf (diff) | |
| download | wiki-ed0fea461e37b49f4d50b7d95c4d506f1b79c74b.tar.gz wiki-ed0fea461e37b49f4d50b7d95c4d506f1b79c74b.tar.bz2 wiki-ed0fea461e37b49f4d50b7d95c4d506f1b79c74b.zip | |
Fix typo (#747)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4e982fa..bed30f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,61 +5,61 @@ body: - type: textarea id: describe_the_bug attributes: - - label: Describe the bug - - description: A clear and concise description of what the bug is. + label: Describe the bug + description: A clear and concise description of what the bug is. validations: required: true - type: textarea id: to_reproduce attributes: - - label: To reproduce - - description: | - Steps to reproduce the behavior - - 1. Go to '...' - - 2. Click on '....' - - 3. Scroll down to '....' - - 4. See error + label: To reproduce + description: | + Steps to reproduce the behavior + - 1. Go to '...' + - 2. Click on '....' + - 3. Scroll down to '....' + - 4. See error validations: required: true - type: textarea id: expected_behavior attributes: - - label: Expected behavior - - description: A clear and concise description of what you expected to happen. + label: Expected behavior + description: A clear and concise description of what you expected to happen. validations: required: true - type: textarea id: screenshots attributes: - - label: Screenshots - - description: | - If applicable, add screenshots to help explain your problem. - Just drag the images into this box and they will be uploaded. + label: Screenshots + description: | + If applicable, add screenshots to help explain your problem. + Just drag the images into this box and they will be uploaded. - type: textarea id: desktop attributes: - - label: Desktop - - description: | - (please complete the following information) - - OS: [e.g. Windows 10] - - Browser: [e.g. chrome, safari] - - Version: [e.g. 22] + label: Desktop + description: | + (please complete the following information) + - OS: [e.g. Windows 10] + - Browser: [e.g. chrome, safari] + - Version: [e.g. 22] validations: required: true - type: textarea id: smartphone attributes: - - label: Smartphone - - description: | - (please complete the following information) - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser: [e.g. stock browser, safari] - - Version: [e.g. 22] + label: Smartphone + description: | + (please complete the following information) + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser: [e.g. stock browser, safari] + - Version: [e.g. 22] validations: required: true - type: textarea id: additional_context attributes: - - label: Additional context - - description: Add any other context about the problem here. + label: Additional context + description: Add any other context about the problem here. |
