This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
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
2 changed files
with
51 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: Enhancement request | ||
about: Suggest an enhancement idea for this project | ||
title: "[type a brief description of your enhancement request]" | ||
labels: enhancement | ||
assignees: dchassin | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**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,31 @@ | ||
--- | ||
name: Problem report | ||
about: Report a problem for us to resolve | ||
title: "[type a brief description of the problem]" | ||
labels: bug | ||
assignees: dchassin | ||
|
||
--- | ||
|
||
# Problem description | ||
A clear and concise description of what the bug is. | ||
|
||
# Steps to reproduce | ||
Explain how to reproduce the behavior | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
# Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
# System information | ||
* GridLAB-D version: <insert output of `gridlabd --version=all` here> | ||
* Operating system: <insert output of `name -a` here> | ||
|
||
# Supporting information | ||
Add any other context about the problem here. | ||
|
||
# Attachments | ||
If applicable, attach screenshots, supporting files, and other data need to help explain and reproduce the problem. |