From 818033953231268a7d9ab6198c51e25fd1d7f5f2 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Fri, 7 Dec 2018 17:27:51 +0900 Subject: [PATCH] add missing colon --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 428357106744..83838dcc540f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -34,7 +34,7 @@ A clear and concise description of what you expected to happen (or code). - Babel version(s): [e.g. v6.0.0, v7.0.0-beta.34] - Node/npm version: [e.g. Node 8/npm 5] - OS: [e.g. OSX 10.13.4, Windows 10] -- Monorepo [e.g. yes/no/Lerna] +- Monorepo: [e.g. yes/no/Lerna] - How you are using Babel: [e.g. `cli`, `register`, `loader`] **Possible Solution**