Skip to content

Commit

Permalink
chore(core): add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
edda committed Aug 22, 2024
1 parent 57c0224 commit 70c43ec
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Report a bug to help us improve
title: "[Bug](context): "
labels: bug
assignees: ""
---

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

**Steps to Reproduce**
Steps to reproduce the behavior:

1.
2.
3.

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

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

**Environment**

- OS: [e.g., Windows, macOS, Linux]
- Browser: [e.g., Chrome, Firefox, Safari]
- Version: [e.g., 22]

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

**Description**
A clear and concise description of the feature request.

**Problem Statement**
Explain the problem this feature will solve.

**Proposed Solution**
Describe the solution you'd like.

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

**Additional Context**
Add any other context or information here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Task
about: Create a task for planned work or project
title: "[Task](context): "
labels: task
assignees: ""
---

**Task Description**
A clear and concise description of what the task entails.

**Sub-tasks**

- [ ] Sub-task 1
- [ ] Sub-task 2
- [ ] Sub-task 3

**Related Issues**
Link to related issues or tasks, if any.

**Additional Context**
Add any other context or information here.

0 comments on commit 70c43ec

Please sign in to comment.