Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
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 TEST**
> To reproduce the bug and verify the fix
- [ ]

---
**Environment**
> Where was the bug encountered?
- [ ] Staging
- [ ] Production

OS and/or Browser:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
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
- [ ]
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Other
about: Minor appearance tweaks, or other changes that don't qualify as bugs or features
title: ''
labels: ''
assignees: ''

---


**TO TEST**
> After implementation, include a list of changes to be looked over
- [ ]
13 changes: 13 additions & 0 deletions .github/workflows/sync-issue-templates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Sync issue templates

on:
schedule:
- cron: '0 13 * * 1' # weekly Mondays 13:00 UTC
workflow_dispatch:

jobs:
sync:
uses: pangeachat/workflows/.github/workflows/reusable-sync-issue-templates.yaml@a02f9792e74b0a406612be47549e3c3c5194632b # main
permissions:
contents: write
pull-requests: write
Loading