forked from open-mpi/ompi
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP / sample github bug report for OMPI
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
- Loading branch information
Showing
2 changed files
with
71 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: Bug report | ||
description: Something is not working correctly. | ||
labels: "bug" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to submit an issue! | ||
## Background information | ||
- type: input | ||
attributes: | ||
label: What version of Open MPI are you using? | ||
description: | | ||
Examples: v4.1.2, v4.0.1, git branch name and hash, etc. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How was Open MPI installed? | ||
description: | | ||
Examples: from a source/distribution tarball, from a git | ||
clone, from an operating system distribution package, etc. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: If building from a git clone | ||
description: | | ||
Copy-n-paste the output from `git submodule status`. | ||
- type: input | ||
attributes: | ||
label: Operating system/version | ||
placeholder: ex. Ubuntu 22.04 | ||
|
||
- type: textarea | ||
attributes: | ||
label: Computer hardware | ||
|
||
- type: input | ||
attributes: | ||
label: Network type | ||
placeholder: ex. Ethernet/TCP, Ethernet/RoCE, InfiniBand, etc. | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Details of the problem | ||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: >- | ||
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. | ||
validations: | ||
required: true | ||
placeholder: | | ||
If you include verbatim output (or a code block), please use a | ||
GitHub Markdown block like this: | ||
```shell | ||
shell$ mpirun -n 2 ./hello_world | ||
``` |
This file was deleted.
Oops, something went wrong.