Skip to content

Commit

Permalink
Add issue/bug templates
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby authored Feb 4, 2025
1 parent af0b6a3 commit 909c395
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Report a bug in YeetFile
title: "[BUG] (describe bug)"
labels: bug
assignees: ''

---

**Please check the box indicating where you encountered the bug:**

- [ ] Self-hosted instance
- [ ] Official instance (yeetfile.com)

**Describe the bug**



**If self-hosted, please include non-private environment variables below**

```sh
# Paste environment variables below these lines
# Do not include secret vars, like YEETFILE_DB_XXXX, YEETFILE_SECRET_KEY, etc

```
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest a new feature for YeetFile
title: "[FEATURE] (describe feature here)"
labels: enhancement
assignees: ''

---

**Describe your requested feature below:**

0 comments on commit 909c395

Please sign in to comment.