diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-29 02:09:34 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-29 02:09:34 +0200 |
| commit | 1cccbf640f3dd9531d23b1230a67227386e9d793 (patch) | |
| tree | d892b5aed149c4dc236564b1c4d78b9560dccd84 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | 06fc9a2397906c42c564f044381fa16d97f77f71 (diff) | |
| download | gohugo-theme-ed-1cccbf640f3dd9531d23b1230a67227386e9d793.tar.gz | |
Fix code style
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2dbb51c..914aad4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,9 +33,9 @@ Add any other context about the problem here. If it's a UI issue, fill the following information: - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] ## Content of config.yaml ```yaml |
