Skip to content

Commit

Permalink
feat: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap authored Oct 29, 2024
1 parent b8cc616 commit ece260b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: bug
about: Create a report to help us improve
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:

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

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

**Environement (please complete the following information):**
- OS: [e.g. Windows, MacOs]
- R2X version: [e.g. 0.3.X]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: chore
about: Create a todo (chore) for the developers
title: 'chore:'
labels: Backlog
assignees: pesap

---


17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: feat
about: Suggest an idea for this project
title: 'feat:'
labels: Idea
assignees: ''

---

**Is your feature request related to a problem? Please describe.**

**Describe the solution you'd like**

**Describe alternatives you've considered**

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

0 comments on commit ece260b

Please sign in to comment.