Skip to content

Commit

Permalink
Templates for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 6, 2021
1 parent 9d3438c commit f543c7f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

**Bug Report**

A clear and concise description of what the bug is.

**To Reproduce**

How are you building/running h5bench?

```bash
...
```

What is the input configuration file you use?

```bash
# provide the configuration file options you used
```

**Expected Behavior**

A clear and concise description of what you expected to happen.

**Software Environment**

- version of h5bench: [e.g. 1.0]
- installed h5bench using: [spack, from source]
- operating system: [name and version]
- machine: [Are you running on a supercomputer or public cluster?]
- version of HDF5: [e.g. 1.12.0]
- version of VOL-ASYNC: [e.g. 1.13.1]
- name and version of MPI: [e.g. OpenMPI 4.1.1]

**Additional information**

Add any other information about the problem here.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/install_problem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Installation problem
about: Any problem experienced while trying to install h5bench
labels: install
---

**Issue Description**

This is what I have tried so far:


```commandline
...
```

This is the error I am facing during installation:

```
...
```

**Software Environment**
- version of h5bench: [e.g. 1.0]
- installed h5bench using: [spack, from source]
- operating system: [name and version]
- machine: [Are you running on a supercomputer or public cluster?]
- version of HDF5: [e.g. 1.12.0]
- version of VOL-ASYNC: [e.g. 1.13.1]
- name and version of MPI: [e.g. OpenMPI 4.1.1]

**Additional Information**

Add any other information about the problem here.

0 comments on commit f543c7f

Please sign in to comment.