-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
ee4abf9
commit f037df5
Showing
6 changed files
with
93 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,20 @@ | ||
--- | ||
name: "🐛 Bug Report" | ||
about: "Report an unexpected problem or unintended behavior." | ||
title: "[Bug]" | ||
labels: "bug" | ||
--- | ||
|
||
<!-- | ||
Please provide a clear and concise description of what the bug is. Include | ||
screenshots if needed. Please make sure your issue has not already been fixed. | ||
--> | ||
|
||
## Steps To Reproduce | ||
|
||
1. Step 1 | ||
2. Step 2 | ||
|
||
## The current behavior | ||
|
||
## The expected behavior |
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,18 @@ | ||
--- | ||
name: "📜 Documentation" | ||
about: "Correct spelling errors, improvements or additions to documentation files (README, CONTRIBUTING...)." | ||
title: "[Documentation]" | ||
labels: "documentation" | ||
--- | ||
|
||
<!-- Please make sure your issue has not already been fixed. --> | ||
|
||
## Documentation | ||
|
||
<!-- Please uncomment the type of documentation problem this issue address --> | ||
|
||
<!-- Documentation is Missing --> | ||
<!-- Documentation is Confusing --> | ||
<!-- Documentation has Typo errors --> | ||
|
||
## Proposal |
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: "✨ Feature Request" | ||
about: "Suggest a new feature idea." | ||
title: "[Feature]" | ||
labels: "feature request" | ||
--- | ||
|
||
<!-- Please make sure your issue has not already been fixed. --> | ||
|
||
## Description | ||
|
||
<!-- A clear and concise description of the problem or missing capability... --> | ||
|
||
## Describe the solution you'd like | ||
|
||
<!-- If you have a solution in mind, please describe it. --> | ||
|
||
## Describe alternatives you've considered | ||
|
||
<!-- Have you considered any alternative solutions or workarounds? --> |
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: "🔧 Improvement" | ||
about: "Improve structure/format/performance/refactor/tests of the code." | ||
title: "[Improvement]" | ||
labels: "improvement" | ||
--- | ||
|
||
<!-- Please make sure your issue has not already been fixed. --> | ||
|
||
## Type of Improvement | ||
|
||
<!-- Please uncomment the type of improvements this issue address --> | ||
|
||
<!-- Files and Folders Structure --> | ||
<!-- Performance --> | ||
<!-- Refactoring code --> | ||
<!-- Tests --> | ||
<!-- Not Sure? --> | ||
|
||
## Proposal |
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,8 @@ | ||
--- | ||
name: "🙋 Question" | ||
about: "Further information is requested." | ||
title: "[Question]" | ||
labels: "question" | ||
--- | ||
|
||
### Question |
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,7 @@ | ||
<!-- Please first discuss the change you wish to make via issue before making a change. It might avoid a waste of your time. --> | ||
|
||
# What changes this PR introduce? | ||
|
||
## List any relevant issue numbers | ||
|
||
## Is there anything you'd like reviewers to focus on? |