Skip to content

Commit 5996b1f

Browse files
authored
Copy editing fixes to CONTRIBUTING.md (#982)
1 parent e8ef713 commit 5996b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In order to run all system tests, you will need to have the following SDKs insta
1818
- .NET 8.0 SDK
1919
- .NET 9.0 SDK
2020

21-
and of course **C# knowledge** if you are looking to contribute by coding.
21+
Additionally, of course, **C# knowledge** if you are looking to contribute by coding.
2222

2323
## Types of contributions
2424

@@ -64,7 +64,7 @@ Please adhere to the coding conventions in the project (indentation, accurate co
6464

6565
### Pull requests
6666

67-
in order to craft an excellent pull request:
67+
In order to craft an excellent pull request:
6868

6969
1. [Fork](https://docs.github.com/articles/fork-a-repo) the project, clone your fork, and configure the remotes. If you are already in the [contributors team](https://github.com/orgs/reqnroll/teams/contributors), you can just clone the project.
7070

@@ -145,7 +145,7 @@ We have three type of tests:
145145

146146
### Requirements tests using BDD
147147

148-
There tests should contain illustrative scenarios that describe the behavior of the system. They are not suitable to provide full coverage for all cases (use unit tests for that).
148+
These tests should contain illustrative scenarios that describe the behavior of the system. They are not suitable to provide full coverage for all cases (use unit tests for that).
149149

150150
Currently we have the following projects in this category:
151151
* Reqnroll.Specs - BDD tests for Reqnroll, currently under review and restructuring. Please ask for guidance before working on this project.

0 commit comments

Comments
 (0)