|
4 | 4 |
|
5 | 5 | ###Pull Requests |
6 | 6 |
|
7 | | -Before submitting a new Pull Request, be sure to fulfill these conditions: |
| 7 | +Before submitting a new Pull Request, be sure to fulfill these conditions: |
8 | 8 |
|
9 | | -* Respect the C# namingconvetion |
10 | | -* Add correct XML documentation to each public classes, properties and methods |
| 9 | +- Respect the C# namingconvention |
| 10 | +- Add correct XML documentation to each public classes, properties and methods |
11 | 11 |
|
12 | 12 | This is the first step before enhanced validation of your PR. In order to merge a PR, the following conditions should be met: |
13 | 13 |
|
14 | | -* The ones described earlier |
15 | | -* PR should be reviewed by the repository owner |
16 | | -* CI should be successful (project must compile) |
17 | | -* A-grade for each file submitted or modified in the PR[https://www.codefactor.io/repository/github/odonno/reduxsimple/files](https://www.codefactor.io/repository/github/odonno/reduxsimple/files) |
| 14 | +- The ones described earlier |
| 15 | +- PR should be reviewed by the repository owner |
| 16 | +- CI should be successful (project must compile) |
| 17 | +- A-grade for each file submitted or modified in the PR[https://www.codefactor.io/repository/github/odonno/reduxsimple/files](https://www.codefactor.io/repository/github/odonno/reduxsimple/files) |