File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/reference/contributing/guidelines Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,18 @@ Pull requests on GitHub have to meet the following requirements to keep the code
53
53
54
54
##### Pull request template
55
55
56
- A good example how a pull request template should look like.
56
+ Below is a good example of a pull request:
57
57
58
58
```
59
59
Fix deep sleep locking bug
60
60
61
61
# Description
62
62
63
- Fix problems which could leave deep sleep locked unintentionally, along with adding tests to verify this behavior is fixed.
63
+ Fix problems that could leave deep sleep locked unintentionally, along with adding tests to verify this behavior is fixed.
64
64
65
- Tested locally with two targets, all toolchains.
65
+ Tested locally with two targets and all toolchains.
66
66
67
- Test results can be seen [here](just an example).
67
+ You can see test results [here](just an example).
68
68
69
69
# Pull request type
70
70
You can’t perform that action at this time.
0 commit comments