Skip to content

Commit

Permalink
docs: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxelr authored Oct 29, 2021
1 parent 7847acd commit 220c899
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "\U0001F41E Bug report"
about: Report an issue you're experiencing
title: ''
labels: bug
assignees: Jaxelr

---

# Describe the bug

<!-- A description of what the bug is. -->

## Steps to reproduce

<!-- Enumerate the steps to reproduce the error, if necessary. -->

## Expected behavior

<!-- What is expected to happen? -->

- Dotnet version: [netcore3.1, dotnet472]
- Library version: [0.1.0]
- OS version: [windows, mac]
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: "\U0001F4A1 Feature request"
about: Suggest a new feature or enhancement for this project
title: ''
labels: enhancement
assignees: Jaxelr

---

# Describe the feature

<!-- A description of what the feature requested is. -->

## Is this feature related to a problem, describe

<!-- Please indicate the specific scenario where this feature would help -->

## Additional context

<!-- Add any other context or screenshots about the feature request here. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/---support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F4DA Support"
about: Ask a question or request help with the library
title: ''
labels: question
assignees: Jaxelr

---

# Describe the question

<!-- A specific description of what the question is. -->

## Steps to reproduce (if applicable)

<!-- Enumerate the steps to reproduce the situation, if necessary. -->

- Dotnet version: [netcore2, dotnet472]
- Library version: [0.1.0]
- OS version: [windows, mac]
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug report
about: Report an issue you're experiencing
title:
labels: ''
assignees: ''

---

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Suggest a new feature or enhancement for this project
title:
labels: ''
assignees: ''

---

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Support
about: Ask a question or request help with the library
title:
labels: ''
assignees: ''

---

Expand Down

0 comments on commit 220c899

Please sign in to comment.