Skip to content

Commit

Permalink
write issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe authored Jun 18, 2024
1 parent fc061f0 commit cd7926a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: zoedsoupe

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
• Elixir version: [e.g., 1.16.0]
• Peri version: [e.g., 0.2.3]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: zoedsoupe

---

**Description**
A clear and concise description of what you want to happen.

**Motivation**
Explain why this feature is important or how it would improve Peri.

**Alternatives**
Describe any alternative solutions or features you’ve considered.

**Additional Context**
Add any other context or screenshots about the feature request here.

0 comments on commit cd7926a

Please sign in to comment.