Skip to content

Commit

Permalink
Merge pull request #467 from GMLC-TDC/bug-report-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
kdheepak authored Sep 23, 2018
2 parents ff15df4 + fd6a2bc commit 12ac10c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.
what is the current behavior

**What is the expected behavior?**
What is the motivation / use case for changing the behavior?

**To Reproduce**
Steps to reproduce the behavior:
Please provide a minimal working example of the bug if possible.

**Environment (please complete the following information):**
- Operating System: [all | Windows | Mac | Linux]
- Language Extension: [all | Python | MATLAB | Java | Octave| C | C++]
- what compiler or setup process did you use
- HELICS version: <!-- 1.3.0 (07-31-18) -->
```
$ helics_app --version
```

**Additional context and information**
(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**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.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/support-of-design-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Support of design question
about: Ask a detailed question or start a design discussion

---

Please describe the question and desired information in detail, or discuss the nature of the question being asked.

0 comments on commit 12ac10c

Please sign in to comment.