Skip to content

Commit d32a4f5

Browse files
committed
Github issue: add an "ask a question" template
We've had a recent spate of users wholly disregarding the template when submitting a new github issue (i.e., they delete the template and just ask a question, without all the useful information that the template asks for). For users who just want to ask a question, let's give them an explicit template just for that (so that they don't just choose "bug report" and then erase the template because they think the template won't apply to them). Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 4333081 commit d32a4f5

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Ask a question
3+
about: Got a problem or question? This is the place to ask.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Please submit all the information below so that we can understand the
11+
working environment that is the context for your question.
12+
13+
* If you have a problem building or installing Open MPI, [be sure to
14+
read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-building-or-installing-open-mpi).
15+
* If you have a problem launching MPI or OpenSHMEM applications, [be
16+
sure to read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-launching-mpi-or-openshmem-applications).
17+
* If you have a problem running MPI or OpenSHMEM applications (i.e.,
18+
after launching them), [be sure to read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-running-mpi-or-openshmem-applications).
19+
20+
## Background information
21+
22+
### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
23+
24+
25+
26+
### Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
27+
28+
29+
30+
### If you are building/installing from a git clone, please copy-n-paste the output from `git submodule status`.
31+
32+
33+
34+
### Please describe the system on which you are running
35+
36+
* Operating system/version:
37+
* Computer hardware:
38+
* Network type:
39+
40+
-----------------------------
41+
42+
## Details of the problem
43+
44+
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.
45+
46+
**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:
47+
```shell
48+
shell$ mpirun -n 2 ./hello_world
49+
```

0 commit comments

Comments
 (0)