Skip to content

Commit fa10e1e

Browse files
committed
Create a Github issue template
So that we can stop asking common questions like "What version of Open MPI are you using?", etc. [skip ci] bot:notest Signed-off-by: Jeff Squyres <[email protected]>
1 parent 97e38e6 commit fa10e1e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/issue_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Thank you for taking the time to submit an issue!
2+
3+
## Background information
4+
5+
### What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
6+
7+
8+
9+
### Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
10+
11+
12+
13+
### Please describe the system on which you are running
14+
15+
* Operating system/version:
16+
* Computer hardware:
17+
* Network type:
18+
19+
-----------------------------
20+
21+
## Details of the problem
22+
23+
Please describe, in detail, the problem that you are having, including the behavior you expect to see, the actual behavior that you are seeing, steps to reproduce the problem, etc. It is most helpful if you can attach a small program that a developer can use to reproduce your problem.
24+
25+
**Note**: If you include verbatim output (or a code block), please use a [GitHub Markdown](https://help.github.com/articles/creating-and-highlighting-code-blocks/) code block like below:
26+
```shell
27+
shell$ mpirun -np 2 ./hello_world
28+
```
29+

0 commit comments

Comments
 (0)