diff options
author | Brendan O'Leary 🐢 <boleary@gitlab.com> | 2019-05-17 18:09:16 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-17 18:09:16 +0000 |
commit | 6745e12d9fe3fbb6f1d6927c01b553e5f4966212 (patch) | |
tree | ad223cb0d0c756d75e3f22766a29e2f4d8e05c03 | |
parent | 09cca25c10af845f04a42b49b690d3b250bf284f (diff) | |
download | gitlab-ce-6745e12d9fe3fbb6f1d6927c01b553e5f4966212.tar.gz |
Issue template grammar improvements
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 3e58d2a867e..3adea22b33a 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -27,9 +27,9 @@ and verify the issue you're about to submit isn't a duplicate. ### Example Project -(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report) +(If possible, please create an example project here on GitLab.com that exhibits the problematic behavior, and link to it here in the bug report) -(If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version) +(If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version) ### What is the current *bug* behavior? @@ -42,7 +42,7 @@ and verify the issue you're about to submit isn't a duplicate. ### Relevant logs and/or screenshots (Paste any relevant logs - please use code blocks (```) to format console output, -logs, and code as it's very hard to read otherwise.) +logs, and code as it's tough to read otherwise.) ### Output of checks |