Skip to content

Commit 5d53eed

Browse files
committed
Minor wording fixes.
1 parent 5922411 commit 5d53eed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
id: info
5050
attributes:
5151
label: "Reproduce / Test"
52-
description: "Please add a valid Python code to reproduce the bug. This will be used as a test for QAing later on."
52+
description: "Please add valid Python code to reproduce the bug. This will be used as a test for QAing later on."
5353
render: python
5454
validations:
5555
required: true

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### QA Steps
99

10-
*\<Commands/tests/steps to run to verify that the change works:\>*
10+
*\<Commands / tests / steps to run to verify that the change works:\>*
1111

1212
```
1313
tox -e py3 -- tests/unit/...
@@ -19,8 +19,8 @@ tox -e integration -- tests/integration/...
1919

2020
All CI tests need to pass.
2121

22-
*\<Please note that most likely an additional test will be required for any change that's not a one liner to land.\>*
22+
*\<Please note that most likely an additional test will be required by the reviewers for any change that's not a one liner to land.\>*
2323

2424
#### Notes & Discussion
2525

26-
*Additional notes for the reviewers if needed. Please delete section if not applicable.*
26+
*\<Additional notes for the reviewers if needed. Please delete section if not applicable.\>*

0 commit comments

Comments
 (0)