Skip to content

Commit

Permalink
GitHub template grammar/spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Jul 15, 2018
1 parent 8fa2d7b commit cebb586
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/BC_Break.md
@@ -1,6 +1,6 @@
---
name: 💥 BC Break
about: Have you encountered an issue during upgrade? 💣
about: Have you encountered an issue during an upgrade? 💣
---

<!--
Expand All @@ -18,15 +18,15 @@ Before reporting a BC break, please consult the upgrading document to make sure

#### Summary

<!-- Provide a summary desciribing the problem you are experiencing. -->
<!-- Provide a summary describing the problem you are experiencing. -->

#### Previous behavior
#### Previous behaviour

<!-- What was the previous (working) behavior? -->
<!-- What was the previous (working) behaviour? -->

#### Current behavior

<!-- What is the current (broken) behavior? -->
<!-- What is the current (broken) behaviour? -->

#### How to reproduce

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/Bug.md
Expand Up @@ -14,11 +14,11 @@ about: Something is broken? 🔨

#### Summary

<!-- Provide a summary desciribing the problem you are experiencing. -->
<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current (buggy) behavior? -->
<!-- What is the current (buggy) behaviour? -->

#### How to reproduce

Expand All @@ -28,7 +28,7 @@ If possible, also add a code snippet with relevant configuration, driver/platfor
Adding a failing Unit or Functional Test would help us a lot - you can submit one in a Pull Request separately, referencing this bug report.
-->

#### Expected behavior
#### Expected behaviour

<!-- What was the expected (correct) behavior? -->
<!-- What was the expected (correct) behaviour? -->

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Support_Question.md
Expand Up @@ -10,7 +10,7 @@ about: Have a problem that you can't figure out? 🤔
| Version | x.y.z

<!--
Before asking question here, please try asking on Gitter or Slack first.
Before asking a question here, please try asking on Gitter or Slack first.
Find out more about Doctrine support channels here: https://www.doctrine-project.org/community/
Keep in mind that GitHub is primarily an issue tracker.
-->
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -8,4 +8,4 @@

#### Summary

<!-- Provide a summary your change. -->
<!-- Provide a summary of your change. -->

0 comments on commit cebb586

Please sign in to comment.