-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from carlaKC/issue-templates
Issue templates: Bug Report and Features
- Loading branch information
Showing
2 changed files
with
44 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,22 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve. | ||
title: "Bug" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
|
||
Describe what went wrong and what you expected to happen. | ||
|
||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
|
||
|
||
**Config** | ||
|
||
If relevant, please provide the config that you ran SimLN with. |
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,22 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest and idea for the project. | ||
title: "Feature Request" | ||
labels: feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe desired feature** | ||
|
||
What would you like SimLN to do that it currently does not? | ||
|
||
**Use case for feature** | ||
|
||
What would you use this feature for? | ||
|
||
**Would you like to contribute code for this feature?** | ||
|
||
If you're interested and able to contribute code for the feature - let us know! | ||
If not, no problem! | ||
|