From 027787a95db6fb259a7208098874eb4e4edcf38c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 27 Nov 2023 11:12:22 -0500 Subject: [PATCH] github issue template: update formatting Use long lines so that Github can word wrap however it wants (vs. putting in semi-arbitrary word wrapping for ~72 characters). All this commit does is to move all the content of a single bullet / paragraph into a single line. No text changed. Signed-off-by: Jeff Squyres --- .github/ISSUE_TEMPLATE/ask-a-question.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md index 3cf6d99321e..03f7ddc50cb 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -7,15 +7,11 @@ assignees: '' --- -Please submit all the information below so that we can understand the -working environment that is the context for your question. - -* If you have a problem building or installing Open MPI, [be sure to - read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-building-or-installing-open-mpi). -* If you have a problem launching MPI or OpenSHMEM applications, [be - sure to read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-launching-mpi-or-openshmem-applications). -* If you have a problem running MPI or OpenSHMEM applications (i.e., - 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). +Please submit all the information below so that we can understand the working environment that is the context for your question. + +* If you have a problem building or installing Open MPI, [be sure to read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-building-or-installing-open-mpi). +* If you have a problem launching MPI or OpenSHMEM applications, [be sure to read this](https://docs.open-mpi.org/en/main/getting-help.html#for-problems-launching-mpi-or-openshmem-applications). +* If you have a problem running MPI or OpenSHMEM applications (i.e., 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). ## Background information