Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
Initial commit of issue templates
  • Loading branch information
CaptnCodr authored May 24, 2024
1 parent a590d6e commit d8fb46c
Show file tree
Hide file tree
Showing 2 changed files with 47 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: Create a bug report
title: ''
labels: bug, triage
assignees: CaptnCodr

---

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

**Repro steps**
Please provide the steps required to reproduce the problem
1. Abstract code you wrote
2. Executed code
3. See error

**Expected behavior**
Please provide a description of the behavior you expect.

**Errors or actual behavior**
If applicable, add error messages

**Related information (please complete the following information):**
- OS: [e.g.: Windows, Linux, MacOS]
- .NET version

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

---

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of 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 d8fb46c

Please sign in to comment.