Skip to content

Commit

Permalink
Create issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nfoert authored Oct 8, 2024
1 parent 001dade commit f7c9385
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Report an issue with Cardie
title: ''
labels: bug
assignees: ''

---

**Describe the bug:**
<sub>A clear and concise description of what the bug is</sub>


**To Reproduce:**
<sub>Describe the steps needed to encounter this bug or problem</sub>


**Screenshots:**
<sub>If applicable, add screenshots to show what the problem is</sub>


**Device and Browser information:**
<sub>List the device, operating system, and web browser that you're using</sub>
- Device: [e.g. laptop, phone]
- OS: [e.g. Windows, Linux, iOS, Android]
- Browser [e.g. chrome, safari]


**Additional information:**
<sub>Add any other information or details about the problem</sub>
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Open a blank issue that's not a bug or feature
title: ''
labels: ''
assignees: ''

---


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 new implementation or feature to add to Cardie
title: ''
labels: feature
assignees: ''

---

**Describe your feature request**
<sub>Describe your ideas for this new feature and how it should be implemented</sub>

**Additional information regarding your feature**
<sub>Add more details or concept art</sub>

0 comments on commit f7c9385

Please sign in to comment.