Skip to content

Commit

Permalink
adds issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed May 2, 2024
1 parent 5ecddd7 commit 05a4161
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Use this template for reporting issues
title: ''
labels: bug
assignees: ''
---

### πŸ› Bug Report

#### πŸ“ Description

Provide a clear and concise description of the bug.

#### πŸ”„ Reproduction Steps

Steps to reproduce the behaviour

#### πŸ€” Expected Behavior

Describe what you expected to happen.

#### 😯 Current Behavior

Describe what actually happened.

#### πŸ–₯️ Environment

Any relevant environment details.

#### πŸ“‹ Additional Context

Add any other context about the problem here. If applicable, add screenshots to help explain.

#### πŸ“Ž Log Output

```
Paste any relevant log output here.
```
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Use this template for requesting features
title: ''
labels: feat
assignees: ''
---

### 🌟 Feature Request

#### πŸ“ Description

Provide a clear and concise description of the feature you'd like to see.

#### πŸ€” Rationale

Explain why this feature is important and how it benefits the project.

#### πŸ“‹ Additional Context

Add any other context or information about the feature request here.

0 comments on commit 05a4161

Please sign in to comment.