Make Pangea Chat specific issue templates (#5688)

This commit is contained in:
Kelrap 2026-02-13 13:34:03 -05:00 committed by GitHub
parent c34e6812fd
commit 8491e2e874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 107 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,23 @@
---
name: 🐛 Bug report
about: Report unexpected behavior that interferes with app functionality
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
Describe what the bug is, and how it should be changed.
**To Reproduce**
Steps to reproduce the behavior:
1.
**Environment**
Where was the bug encountered?
- [ ] Staging
- [ ] Production
OS: [e.g. iOS]
Browser: [e.g. chrome, safari]

View file

@ -1,73 +0,0 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: bug
body:
- type: textarea
id: bug-description
attributes:
label: "Bug Description"
description: "A clear and concise description of what the bug is. Please add screenshots if you have as they usually help us a lot."
placeholder: "Describe the bug here..."
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: "Steps to Reproduce"
description: "Steps to reproduce the behavior:"
placeholder: "1. Go to '...'\n2. Click on '...'\n3. Scroll down to '...'\n4. 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."
placeholder: "Describe what you expected to happen here..."
validations:
required: true
- type: input
id: app-version
attributes:
label: "App Version"
description: "Please provide the version of the app you are using."
placeholder: "e.g. 1.12.0"
validations:
required: true
- type: dropdown
id: platform
attributes:
label: "Platform"
description: "Select the platform where the bug occurs."
options:
- Android (PlayStore)
- Android (F-Droid)
- Android (Other)
- iOS (iPhone)
- iOS (iPad)
- Web (Chrome(ium))
- Web (Firefox)
- Web (Safari)
- Linux (Snap)
- Linux (Flatpak)
- Linux (Other)
- macOS (iOS/iPadOS version)
- macOS (Self-compiled)
- Windows (Self-compiled)
validations:
required: true
- type: input
id: platform-info
attributes:
label: "Additional Platform Information"
description: "Please provide the following information:"
placeholder: "Device: [e.g. iPhone6, PC, Pixel 3]\nOS: [e.g. iOS, Android, Windows, Linux, macOS]\nBrowser (if applicable): [e.g. Chrome, Safari]"
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context about the problem here."
validations:
required: false

View file

@ -0,0 +1,19 @@
---
name: 💡 Feature Request
about: Suggest a feature to add to Pangea Chat
title: ''
labels: ''
assignees: ''
---
**Proposed Feature**
Describe the feature that should be added.
**Rationale**
Explain how the feature would improve the user experience.
**To Test**
After implementation, include a list of changes to be looked over

View file

@ -1,34 +0,0 @@
name: 💡 Feature Request
description: Suggest an idea for this project
labels: enhancement
body:
- type: textarea
id: feature-description
attributes:
label: "Feature Description"
description: "Provide a clear and concise description of the feature."
placeholder: "Describe the feature here..."
validations:
required: true
- type: textarea
id: rationale
attributes:
label: "Rationale"
description: "Explain why this feature should be added."
placeholder: "Describe the rationale for the feature here..."
validations:
required: true
- type: textarea
id: mockup
attributes:
label: "Mockup"
description: "If applicable, add any visual mock-ups of the feature."
validations:
required: false
- type: textarea
id: additional-context
attributes:
label: "Additional Context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false

8
.github/ISSUE_TEMPLATE/other.md vendored Normal file
View file

@ -0,0 +1,8 @@
---
name: Other
about: Minor appearance tweaks, or other changes that don't qualify as bugs or features
title: ''
labels: ''
assignees: ''
---