-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
7af598d
commit 2aedfb5
Showing
3 changed files
with
27 additions
and
12 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 |
---|---|---|
@@ -1,21 +1,26 @@ | ||
--- | ||
name: Bug | ||
about: Create a bug report | ||
--- | ||
|
||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! | ||
|
||
------ | ||
--- | ||
|
||
## Description | ||
**Description** | ||
*(Brief description of your issue here)* | ||
|
||
(Paste any relevant logs - please use code blocks (```) to format console output, | ||
logs, and code as it's very hard to read otherwise.) | ||
|
||
## Steps to reproduce | ||
**Steps to reproduce** | ||
*(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)* | ||
|
||
## Expected behaviour | ||
**Expected behaviour** | ||
*(What is supposed to happen?)* | ||
|
||
## Actual behaviour | ||
**Actual behaviour** | ||
*(What happens instead?)* | ||
|
||
## Possible fixes | ||
**Possible fixes** | ||
*(Any possible suggestions on how to fix this problem)* |
11 changes: 8 additions & 3 deletions
11
.github/ISSUE_TEMPLATE/Feature Proposal.md → .github/ISSUE_TEMPLATE/feature_proposal.md
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,9 +1,14 @@ | ||
--- | ||
name: Feature Proposal | ||
about: Suggest an idea | ||
--- | ||
|
||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! | ||
|
||
------ | ||
--- | ||
|
||
## Description | ||
**Description** | ||
*(Brief description of the feature)* | ||
|
||
## Proposal | ||
**Proposal** | ||
*(Outline how you plan to implement this feature if you have one)* |
11 changes: 8 additions & 3 deletions
11
.github/ISSUE_TEMPLATE/Technical Debt.md → .github/ISSUE_TEMPLATE/technical_debt.md
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,12 +1,17 @@ | ||
--- | ||
name: Technical Debt | ||
about: Suggest an improvement to the codebase | ||
--- | ||
|
||
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! | ||
|
||
------ | ||
--- | ||
|
||
## Description | ||
**Description** | ||
*(Brief description of the technical debt here)* | ||
|
||
*(Paste any relevant logs - please use code blocks (```) to format console output, | ||
logs, and code as it's very hard to read otherwise.)* | ||
|
||
## Possible solutions | ||
**Possible solutions** | ||
*(Any possible suggestions on how to improve this code)* |