Πρότυπο θέματος Γεννήτρια
Δημιουργήστε πρότυπα ζητημάτων GitHub και GitLab για αναφορές σφαλμάτων και αιτήματα λειτουργιών
Τύπος προτύπου
Πλατφόρμα
Save as: .github/ISSUE_TEMPLATE/bug_report.yml
Δημιουργήθηκε πρότυπο
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: []
assignees: ''
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of what the bug is.
placeholder: Describe the bug...
validations:
required: true
- type: textarea
id: steps
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: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened instead.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: environment
attributes:
label: Environment
description: Please complete the following information.
placeholder: |
- OS: [e.g. macOS 14, Windows 11]
- Browser: [e.g. Chrome 120, Firefox 121]
- Version: [e.g. 1.2.3]
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here.