Skip to content

Commit

Permalink
Add github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Aug 11, 2020
1 parent 65bb35a commit 2e6e671
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Describe the steps to reproduce the behavior, including relevant information such as: paths to inputs, links to and/or a description of the input data, command line options (where applicable), and any relevant background information.

**Input data**
If your input data is substantially different than our test data (https://sourceforge.net/p/teca/TECA_data) then please provide a link to a representative dataset that we can use to reproduce the issue.

**Platform**
- HPC system name, if this is a cluster or supercomputer [e.g. Cori Cray XC40]:
- Operating system name: [e.g. MacOS, Ubuntu, CentOS, etc]:
- Compiler and version [e.g. gcc --version]:
- CMake version [e.g. cmake --version]:
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**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.

0 comments on commit 2e6e671

Please sign in to comment.