Skip to content

Commit

Permalink
Merge pull request #79 from tgxn/issue_templates
Browse files Browse the repository at this point in the history
add github templates from lemmy explorer
  • Loading branch information
tgxn authored Oct 31, 2023
2 parents 80a1d88 + 56d5216 commit 41e53f8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Request
about: Suggest a feature
title: 'Feature:'
labels: feature
assignees: ''

---

**What do you want to see?**
A clear and concise description of what you would like to see implemented.

**Additional context**
Add any other context or screenshots about the feature request here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/report-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Report Issue
about: Something is broken!
title: 'Bug:'
labels: bug
assignees: ''

---

**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.

**Additional context**
Add any other context or screenshots about the issue here.

0 comments on commit 41e53f8

Please sign in to comment.