summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2022-05-12 01:05:11 +0100
committerGitHub <noreply@github.com>2022-05-12 01:05:11 +0100
commitd0c89a151c82a91161477cc9b385833efc18289a (patch)
tree66f352e24442faf093f5f662ff58a77ff5c74f2a /.github
parent1d41abbb431f0b57d949dbf4c283546717373eec (diff)
parente91546d4efe5529628117be6d39293239e52759a (diff)
downloadpip-d0c89a151c82a91161477cc9b385833efc18289a.tar.gz
Merge pull request #10865 from pypa/pradyunsg-patch-1
Clarify that you don't need to add backticks for output
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index c691a0058..2a6921300 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -61,13 +61,12 @@ body:
description: >-
Provide the output of the steps above, including the commands
themselves and pip's output/traceback etc. If you're familiar with
- Markdown, this block will have triple backticks added automatically
- around it -- you don't have to add them.
+ Markdown, DO NOT add backticks. They're added automatically.
- If you want to present output from multiple commands, please present
- that as a shell session (commands you run get prefixed with `$ `).
- Please also ensure that the "How to reproduce" section contains matching
- instructions for reproducing this.
+ If you want to present output from multiple commands, please prefix
+ the line containing the command with `$ `. Please also ensure that
+ the "How to reproduce" section contains matching instructions for
+ reproducing this.
render: sh-session
- type: checkboxes