[no ci] created local '.github/ISSUE_TEMPLATE/' from remote 'issue_templates/' (#73)

Co-authored-by: modrinth-bot <null>
This commit is contained in:
Modrinth Bot
2023-06-28 11:43:42 -04:00
committed by GitHub
parent dd205e849c
commit 227652de2e
3 changed files with 77 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,33 @@
name: Bug report
description: Create a report to help us improve Modrinth
labels: [bug]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false