Skip to content

Commit

Permalink
fix issue template "How to Reproduce" doesn't render correctly
Browse files Browse the repository at this point in the history
remove unnecesary help-text in "value" instead of "description"
  • Loading branch information
shimizukawa committed Jul 31, 2021
1 parent e344c3b commit 723069d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body:
label: How to Reproduce
description: Please provide steps to reproduce this bug.
value: |
<Paste your command-line here which cause the problem>
```
$ git clone https://github.com/.../some_project
$ cd some_project
Expand Down

0 comments on commit 723069d

Please sign in to comment.