diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:21:29 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:21:29 +0200 |
commit | bfa257c4913cb35e64334439d9c3129d534a3f34 (patch) | |
tree | 3f4accf06ee5b63339099c9e9db5722b60b4ac71 /.github | |
parent | tabs -> spaces (diff) | |
download | nheko-bfa257c4913cb35e64334439d9c3129d534a3f34.tar.xz |
Don't end line with :
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 24822e2e..8c22dfc7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -21,7 +21,7 @@ body: id: reproduction-steps attributes: label: To Reproduce - description: Steps to reproduce the behavior: + description: Steps to reproduce the behavior. placeholder: | 1. Go to '...' 2. Click on '....' |