@@ -7,7 +7,7 @@ You can contribute to Playwright for .NET with issues and PRs.
7
7
Contributions must meet a certain standard of coding. To ensure this, the Project Maintainers perform regular Code Reviews.
8
8
Additionally, a suite of tests runs for each PR.
9
9
10
- ## DOs and DONT 'Ts
10
+ ## DOs and DON 'Ts
11
11
Please do:
12
12
13
13
* ** DO** follow our coding style (C# code-specific)
53
53
2 . * namespace* is put in parenthesis after label and is optional. Must be lowercase.
54
54
3 . * title* is a brief summary of changes.
55
55
4 . * description* is ** optional** , new-line separated from title and is in present tense.
56
- 5 . * footer* is ** optional** , new-line separated from * description* and contains "fixes" / "references" attribution to github issues.
56
+ 5 . * footer* is ** optional** , new-line separated from * description* and contains "fixes" / "references" attribution to GitHub issues.
57
57
58
58
Example:
59
59
@@ -100,7 +100,7 @@ The resulting code will follow our style guides. This is also enforced in our CI
100
100
## Writing Tests
101
101
102
102
* Every feature should be accompanied by a test.
103
- * Every public api event/method should be accompanied by a test.
103
+ * Every public API event/method should be accompanied by a test.
104
104
105
105
### Running Tests Locally
106
106
@@ -130,7 +130,7 @@ To generate the API, identify the upstream driver version from the GitHub Action
130
130
./build.sh --roll < driver-version>
131
131
```
132
132
133
- This will re-generate the neccessary files for the new driver version.
133
+ This will re-generate the necessary files for the new driver version.
134
134
135
135
### Collecting coverage when running tests
136
136
0 commit comments