Skip to content

Commit 7197fad

Browse files
committed
WIP / sample github bug report for OMPI
Signed-off-by: Jeff Squyres <[email protected]>
1 parent cf8087d commit 7197fad

File tree

2 files changed

+71
-41
lines changed

2 files changed

+71
-41
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: Bug report
2+
description: Something is not working correctly.
3+
labels: "bug"
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Thank you for taking the time to submit an issue!
10+
11+
## Background information
12+
13+
- type: dropdown
14+
attributes:
15+
label: What version of Open MPI are you using?
16+
description: >-
17+
Examples: v4.1.2, v4.0.1, git branch name and hash, etc.
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
attributes:
23+
label: How was Open MPI installed?
24+
description: >-
25+
Examples: from a source/distribution tarball, from a git
26+
clone, from an operating system distribution package, etc.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
attributes:
32+
label: If building from a git clone
33+
description: >-
34+
Copy-n-paste the output from `git submodule status`.
35+
36+
- type: input
37+
attributes:
38+
label: Operating system/version
39+
placeholder: ex. Ubuntu 22.04
40+
41+
- type: textarea
42+
attributes:
43+
label: Computer hardware
44+
45+
- type: input
46+
attributes:
47+
label: Network type
48+
placeholder: ex. Ethernet/TCP, Ethernet/RoCE, InfiniBand, etc.
49+
50+
- type: markdown
51+
attributes:
52+
value: |
53+
## Details of the problem
54+
55+
- type: textarea
56+
attributes:
57+
label: Details
58+
description: >-
59+
Please describe, in detail, the problem that you are having,
60+
including the behavior you expect to see, the actual behavior
61+
that you are seeing, steps to reproduce the problem, etc. It
62+
is most helpful if you can attach a small program that a
63+
developer can use to reproduce your problem.
64+
validations:
65+
required: true
66+
placeholder: |
67+
If you include verbatim output (or a code block), please use a
68+
GitHub Markdown block like this:
69+
```shell
70+
shell$ mpirun -n 2 ./hello_world
71+
```

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)