From 7f2358af1f2130ba5d0ac39980aabc9c0a660452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Kutil?= Date: Sat, 20 Feb 2016 22:47:48 +0100 Subject: [PATCH] Grammar fix in ISSUE_TEMPLATE.md and CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dd8e6ec..93ca33f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,7 +16,7 @@ wasn’t reported already. Each bug report should contain this information: * Steps to reproduce - * What you expected to happened + * What you expected to happen * What happened instead In most cases, it is useful to include a **minimal** example (grammar + input) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 119176b..f14a8a2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ Checklist: For bug reports, please include: * Steps to reproduce - * What I expected to happened + * What I expected to happen * What happened instead In most cases, it is also useful to include a **minimal** example (grammar + input)