Skip to content

Commit 9568fbe

Browse files
committed
[doc] fixes for CONTRIBUTING
1 parent 768ac14 commit 9568fbe

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ we recommend you to read the [code of conduct](CODE_OF_CONDUCT.md).
66

77
## Contributing Workflow
88

9-
The contributing workflow relies on [Github Pull Requests](https://help.github.com/articles/using-pull-requests/).
9+
The contributing workflow relies on [GitHub Pull Requests](https://help.github.com/articles/using-pull-requests/).
1010

1111
1. If it is an important change, we recommend you to discuss it on the mailing-list before starting implementation.
12-
This ensure that the development is aligned with other
13-
development already started and will be efficiently integrated.
12+
This ensures that the development is aligned with other development already started and will be efficiently integrated.
1413

1514
2. Create the corresponding issues.
1615

1716
3. Create a branch and start a PR starting by [WIP], like "[WIP] My new feature" so everyone can follow the development.
18-
Explain the implementation in the PR description with links to issues.
17+
Explain the implementation in the PR description with links to issues.
1918

2019
4. Implement the new feature(s). Add unit test if needed.
2120
One feature per PR is ideal for review, but linked features can be part of the same PR.

0 commit comments

Comments
 (0)