From c3cd47e1da46c94e8678a389d5c758311cfb8f24 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Fri, 3 May 2024 17:37:33 +0200 Subject: [PATCH] Revert "Update new-issue.md: update issue template" (#5390) Reverting xonsh/xonsh#5389 with update by comments --------- Co-authored-by: Gil Forsyth Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new-issue.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-issue.md b/.github/ISSUE_TEMPLATE/new-issue.md index 93689abc6..a0ef4148a 100644 --- a/.github/ISSUE_TEMPLATE/new-issue.md +++ b/.github/ISSUE_TEMPLATE/new-issue.md @@ -7,14 +7,12 @@ assignees: '' --- -Hi! Thank you for xonsh! I faced with issue. - ## Current Behavior - Traceback (if applicable): @@ -22,7 +20,7 @@ Traceback (if applicable):
```xsh -# Put here the long traceback. +# Please paste the traceback here. ```
@@ -35,7 +33,7 @@ Traceback (if applicable):
```xsh -# Put here the output of `xonfig` command. +# Please paste the output of the `xonfig` command here. ```