From 1cccbf640f3dd9531d23b1230a67227386e9d793 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 29 May 2022 02:09:34 +0200 Subject: Fix code style --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- CONTRIBUTING.md | 2 +- 2 files changed, 4 insertions(+), 4 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 492e275..0b5df56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,7 +108,7 @@ time to complete. 1. Make your change and commit to the new branch from the previous step 1. Write a clear commit message 1. If you've added code that need documentation, update - `exampleSite/content/documentation/index.md` file. + `exampleSite/content/documentation/index.md` file. 1. Make sure your code lints (`npm run lint`) 1. Push to your fork 1. Submit a Pull Request (PR) to the upstream -- cgit v1.2.3