Skip to content

Commit 38d712a

Browse files
authored
Merge pull request #3328 from jsquyres/pr/guidelines
Create a Github issue template
2 parents 3081d7e + fa10e1e commit 38d712a

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)