Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update issue templates (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
David P. Chassin authored and aivanova5 committed Dec 2, 2019
1 parent f85b388 commit e196c00
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.md
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.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/problem-report.md
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.

0 comments on commit e196c00

Please sign in to comment.