Skip to content

Commit caec4a5

Browse files
Riksu9000JF002
authored andcommitted
Replace some "we"
1 parent a326e22 commit caec4a5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/contribute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When your feature branch is ready, **make sure it actually works** and **do not
3636

3737
**Creating a pull request containing modifications that haven't been tested is strongly discouraged.** If for any reason you cannot test your modifications, but want to publish them anyway, **please mention it in the description**. This way, other contributors might be willing to test it and provide feedback about your code.
3838

39-
Before submitting a PR, check your code against our [coding conventions](/doc/coding-convention.md). This project also provides [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy) configuration files. You should use them to ensure correct formatting of your code.
39+
Before submitting a PR, check your code against the [coding conventions](/doc/coding-convention.md). This project also provides [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy) configuration files. You should use them to ensure correct formatting of your code.
4040

4141
Don't forget to check the files you are going to commit and remove those which aren't necessary (config files from your IDE, for example). Remove old comments, commented code,...
4242

@@ -54,8 +54,8 @@ Reviewers will first look at the **description**. If it's easy to understand wha
5454

5555
Reviewing **a few files that were modified for a single purpose** is a lot easier than reviewing 30 files modified for many reasons (bug fix, UI improvements, typos in doc,...), even if all the changes make sense. Also, it's possible that we agree on some modification but not on another, so we won't be able to merge the PR because of the changes that are not accepted.
5656

57-
We do our best to keep the code as consistent as possible. If the formatting of your code is not consistent with our code base, we'll ask you to review it.
57+
The code base should be kept as consistent as possible. If the formatting of your code is not consistent with the rest of the code base, we'll ask you to review it.
5858

59-
Lastly the changes are tested. If it doesn't work out of the box, we'll ask your to review your code and to ensure that it works as expected.
59+
Lastly the changes are tested. If it doesn't work out of the box, we'll ask you to review your code and to ensure that it works as expected.
6060

6161
It's totally normal for a PR to need some more work even after it was created, that's why we review them. But every round trip takes time, so it's good practice to try to reduce them as much as possible by following those simple rules.

doc/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioning
22
The versioning of this project is based on [Semantic versioning](https://semver.org/):
33

4-
- The **patch** is incremented when we fix a bug on a **released** version (most of the time using a **hotfix** branch).
5-
- The **minor** is incremented when we release a new version with new features. It corresponds to a merge of **develop** into **master**.
4+
- The **patch** is incremented when a bug is fixed on a **released** version (most of the time using a **hotfix** branch).
5+
- The **minor** is incremented when a new version with new features is released. It corresponds to a merge of **develop** into **master**.
66
- The **major** should be incremented when a breaking change is made to the application. We still have to define what is a breaking change in the context of this project.

0 commit comments

Comments
 (0)