Skip to content

Commit d0fa923

Browse files
committed
Issue Templates: +ADIOS2, +Pip
1 parent 176f361 commit d0fa923

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ A clear and concise description of what you expected to happen.
3838

3939
**Software Environment**
4040
- version of openPMD-api: [X.Y.Z-abc]
41-
- installed openPMD-api via: [conda-forge, spack, from source, module system, ...]
41+
- installed openPMD-api via: [conda-forge, spack, pip, from source, module system, ...]
4242
- operating system: [name and version]
4343
- machine: [Are you running on a public cluster? It's likely we compute on it as well!]
44-
- name and version of Python implementation: [e.g. CPython 3.6]
44+
- name and version of Python implementation: [e.g. CPython 3.7]
4545
- version of HDF5: [e.g. 1.10.1]
4646
- version of ADIOS1: [e.g. 1.13.1]
47-
- name and version of MPI: [e.g. OpenMPI 3.0.0]
47+
- version of ADIOS2: [e.g. 2.5.0]
48+
- name and version of MPI: [e.g. OpenMPI 3.1.5]
4849

4950
**Additional context**
5051
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/install_problem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can also add images such as screenshots :-)
2222
**System environment**
2323
- operating system: [name and version]
2424
- machine: [Are you running on a public cluster? It's likely we compute on it as well!]
25-
- name and version of Python implementation: [e.g. `python --version`]
25+
- name and version of Python implementation: [e.g. `python3 --version`]
2626

2727
**Additional context**
2828
Any addition info that might help us, e.g. did you try to use a certain language binding (C++/Python?) or did you try to use a specific variant (MPI-parallel?) or backend (HDF5? ADIOS1?)?

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Have you already installed openPMD-api?
2727
If so, please tell us which *version* of openPMD-api your question is about:
2828

2929
- version of openPMD-api: [X.Y.Z-abc]
30-
- installed openPMD-api via: [conda-forge, spack, from source, module system, ...]
30+
- installed openPMD-api via: [conda-forge, spack, pip, from source, module system, ...]

0 commit comments

Comments
 (0)