-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '' | ||
|
||
--- | ||
|
||
|