📝 Add issue templates

This commit is contained in:
itskovacs 2025-10-04 20:01:32 +02:00
parent 908ce49bb3
commit 96429ebf69
4 changed files with 80 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug Report
about: Report something that is not working as expected.
title: 'BUG: '
labels: 'bug'
assignees: 'itskovacs'
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment:**
- OS: [e.g. iOS, Windows 11]
- Browser [e.g. Chrome 142, Firefox 137]
- TRIP Version [e.g. 1.19.1]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest a new feature or an enhancement.
title: 'FR: '
labels: 'enhancement'
assignees: 'itskovacs'
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,14 @@
---
name: General Question
about: Ask a question.
title: 'Q: '
labels: 'question'
assignees: 'itskovacs'
---
**Your Question**
Please provide a clear and concise description of your question.
**Additional context**
Add any other context that might be helpful.

14
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,14 @@
blank_issues_enabled: true
issue_templates:
- name: "Bug Report"
description: "Report something that is not working as expected."
title: "BUG: "
labels: ["bug"]
- name: "Feature Request"
description: "Suggest a new feature or an enhancement."
title: "FR: "
labels: ["enhancement"]
- name: "General Question"
description: "Ask a question."
title: "Q: "
labels: ["question"]